Html Css Color HEX #CA2475 Medium Violet Red

📋 copy color: '#CA2475'

red 202 ◦ green 36 ◦ blue 117

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

Shades of Medium Violet Red #CA2475

Tints of Medium Violet Red #CA2475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 32.96%

R = 56.9%
G = 10.14%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#CA2475 (or 0xCA2475) is known color: Medium Violet Red. HEX triplet: CA, 24 and 75. RGB value is (202,36,117). Sum of RGB (Red+Green+Blue) = 202+36+117=355 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.90% from 355); Green value is 36 (14.45% from 255 or 10.14% from 355); Blue value is 117 (46.09% from 255 or 32.96% from 355); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2475 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2475 is #35DB8A. Grayscale: #5E5E5E. Windows color (decimal): -3529611 or 7677130. OLE color: 7677130.

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

Color convert

RGB 202 36 117 -
CMYK 0 0.82 0.42 0.21
HSL 330.72º 0.7% 0.47% -
HSV(B) 330.72º 0.82% 0.79% -
XYZ 28.2 15.1 18.26 -
YUV 94.87 140.5 204.41 -
System Red Green Blue C M Y K H S L
Decimal 202 36 117 0 0.82 0.42 0.21 330.72 0.7 0.47
Hex CA 24 75 0 52 2A 15 14B 46 2F
Octal 312 44 165 0 122 52 25 513 106 57
Binary 11001010 100100 1110101 0 1010010 101010 10101 101001011 1000110 101111

Color Harmonies of #CA2475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2475

Black with #CA2475

Text Example


Text Example

White with #CA2475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2475; }

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

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

background-color css

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

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

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

border-color css

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

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

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