Html Css Color HEX #CA2072 Medium Violet Red

📋 copy color: '#CA2072'

red 202 ◦ green 32 ◦ blue 114

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

Shades of Medium Violet Red #CA2072

Tints of Medium Violet Red #CA2072

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.2%

 BLUE value IS 114 (44.92% from 255) = 32.76%

R = 58.05%
G = 9.2%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#CA2072 (or 0xCA2072) is known color: Medium Violet Red. HEX triplet: CA, 20 and 72. RGB value is (202,32,114). Sum of RGB (Red+Green+Blue) = 202+32+114=348 (46% of max value = 765). Red value is 202 (79.30% from 255 or 58.05% from 348); Green value is 32 (12.89% from 255 or 9.20% from 348); Blue value is 114 (44.92% from 255 or 32.76% from 348); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2072 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2072 is #35DF8D. Grayscale: #5C5C5C. Windows color (decimal): -3530638 or 7479498. OLE color: 7479498.

HSL color Cylindrical-coordinate representation of color #CA2072: hue angle of 331.06º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CA2072 is Cyan = 0, Magento = 0.84, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 32 114 -
CMYK 0 0.84 0.44 0.21
HSL 331.06º 0.73% 0.46% -
HSV(B) 331.06º 0.84% 0.79% -
XYZ 27.91 14.8 17.31 -
YUV 92.18 140.32 206.33 -
System Red Green Blue C M Y K H S L
Decimal 202 32 114 0 0.84 0.44 0.21 331.06 0.73 0.46
Hex CA 20 72 0 54 2C 15 14B 49 2E
Octal 312 40 162 0 124 54 25 513 111 56
Binary 11001010 100000 1110010 0 1010100 101100 10101 101001011 1001001 101110

Color Harmonies of #CA2072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2072

Black with #CA2072

Text Example


Text Example

White with #CA2072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2072; }

 p { color: rgb(202,32,114); }

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

background-color css

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

 a { background-color: rgb(202,32,114); }

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

border-color css

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

 span { border-color: rgb(202,32,114); }

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