#ca2675

Color #CA2675 Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #CA2675

Tints of Medium Violet Red #CA2675

Color information

#CA2675 (or 0xCA2675) is unknown color: approx Medium Violet Red. HEX triplet: CA, 26 and 75. RGB value is (202,38,117). Sum of RGB (Red+Green+Blue) = 202+38+117=357 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.58% from 357); Green value is 38 (15.23% from 255 or 10.64% from 357); Blue value is 117 (46.09% from 255 or 32.77% from 357); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2675 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2675 is #35D98A. Grayscale: #5F5F5F. Windows color (decimal): -3529099 or 7677642. OLE color: 7677642.

HSL color Cylindrical-coordinate representation of color #CA2675: hue angle of 331.1º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CA2675 is Cyan = 0, Magento = 0.81, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB20238117-
CMYK00.810.420.21
HSL331.1º68.33%47.06%-
HSV(B)331.1º81.19%79.22%-
XYZ28.2615.2318.28-
YUV96.04139.83203.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 56.58%
GREEN value IS 38 (15.23% from 255) = 10.64%
BLUE value IS 117 (46.09% from 255) = 32.77%
R=56.58%
G=10.64%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2023811700.810.420.21331.168.3347.06
HexCA26750512A1514b442f
Octal312461650121522551310457
Binary11001010100110111010101010001101010101011010010111000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ca2675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ca2675; }

 p { color: rgb(202,38,117); }

 H1.HeaderClassName
 {
   color: #ca2675;
 }
 .AnyTagClassName
 {
   color: #ca2675;
 }
</style>
background-color css

<style>
 a { background-color: #ca2675; }

 a { background-color: rgb(202,38,117); }

 div.DivClassName
 {
   background-color: #ca2675;
 }
 .BgClassName
 {
   background-color: #ca2675;
 }
</style>
border-color css

<style>
 span { border-color: #ca2675; }

 span { border-color: rgb(202,38,117); }

 td.TdClassName
 {
   border-color: #ca2675;
 }
 .TagClassName
 {
   border-color: #ca2675;
 }
</style>