Html Css Color HEX #CA2470 Medium Violet Red

📋 copy color: '#CA2470'

red 202 ◦ green 36 ◦ blue 112

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

Shades of Medium Violet Red #CA2470

Tints of Medium Violet Red #CA2470

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.29%

 BLUE value IS 112 (44.14% from 255) = 32%

R = 57.71%
G = 10.29%
B = 32%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#CA2470 (or 0xCA2470) is known color: Medium Violet Red. HEX triplet: CA, 24 and 70. RGB value is (202,36,112). Sum of RGB (Red+Green+Blue) = 202+36+112=350 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.71% from 350); Green value is 36 (14.45% from 255 or 10.29% from 350); Blue value is 112 (44.14% from 255 or 32% from 350); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2470 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2470 is #35DB8F. Grayscale: #5E5E5E. Windows color (decimal): -3529616 or 7349450. OLE color: 7349450.

HSL color Cylindrical-coordinate representation of color #CA2470: hue angle of 332.53º degrees, saturation: 0.7, 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 #CA2470 is Cyan = 0, Magento = 0.82, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 36 112 -
CMYK 0 0.82 0.45 0.21
HSL 332.53º 0.7% 0.47% -
HSV(B) 332.53º 0.82% 0.79% -
XYZ 27.91 14.99 16.75 -
YUV 94.3 138 204.82 -
System Red Green Blue C M Y K H S L
Decimal 202 36 112 0 0.82 0.45 0.21 332.53 0.7 0.47
Hex CA 24 70 0 52 2D 15 14D 46 2F
Octal 312 44 160 0 122 55 25 515 106 57
Binary 11001010 100100 1110000 0 1010010 101101 10101 101001101 1000110 101111

Color Harmonies of #CA2470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2470

Black with #CA2470

Text Example


Text Example

White with #CA2470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2470; }

 p { color: rgb(202,36,112); }

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

background-color css

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

 a { background-color: rgb(202,36,112); }

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

border-color css

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

 span { border-color: rgb(202,36,112); }

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