Html Css Color HEX #CA2578 Medium Violet Red

📋 copy color: '#CA2578'

red 202 ◦ green 37 ◦ blue 120

#CA2578
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Violet Red #CA2578

Tints of Medium Violet Red #CA2578

RGB

 RED value IS 202 (79.3% from 255) = 56.27%

 GREEN value IS 37 (14.84% from 255) = 10.31%

 BLUE value IS 120 (47.27% from 255) = 33.43%

R = 56.27%
G = 10.31%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#CA2578 (or 0xCA2578) is known color: Medium Violet Red. HEX triplet: CA, 25 and 78. RGB value is (202,37,120). Sum of RGB (Red+Green+Blue) = 202+37+120=359 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.27% from 359); Green value is 37 (14.84% from 255 or 10.31% from 359); Blue value is 120 (47.27% from 255 or 33.43% from 359); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2578 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2578 is #35DA87. Grayscale: #5F5F5F. Windows color (decimal): -3529352 or 7873994. OLE color: 7873994.

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

Color convert

RGB 202 37 120 -
CMYK 0 0.82 0.41 0.21
HSL 329.82º 0.69% 0.47% -
HSV(B) 329.82º 0.82% 0.79% -
XYZ 28.41 15.24 19.21 -
YUV 95.8 141.66 203.75 -
System Red Green Blue C M Y K H S L
Decimal 202 37 120 0 0.82 0.41 0.21 329.82 0.69 0.47
Hex CA 25 78 0 52 29 15 14A 45 2F
Octal 312 45 170 0 122 51 25 512 105 57
Binary 11001010 100101 1111000 0 1010010 101001 10101 101001010 1000101 101111

Color Harmonies of #CA2578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2578

Black with #CA2578

Text Example


Text Example

White with #CA2578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2578; }

 p { color: rgb(202,37,120); }

 H1.HeaderClassName
 {
   color: #CA2578;
 }
 .AnyTagClassName
 {
   color: #CA2578;
 }
</style>

background-color css

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

 a { background-color: rgb(202,37,120); }

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

border-color css

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

 span { border-color: rgb(202,37,120); }

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