Html Css Color HEX #CA0C70 Medium Violet Red

📋 copy color: '#CA0C70'

red 202 ◦ green 12 ◦ blue 112

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

Shades of Medium Violet Red #CA0C70

Tints of Medium Violet Red #CA0C70

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.68%

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

R = 61.96%
G = 3.68%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#CA0C70 (or 0xCA0C70) is known color: Medium Violet Red. HEX triplet: CA, 0C and 70. RGB value is (202,12,112). Sum of RGB (Red+Green+Blue) = 202+12+112=326 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.96% from 326); Green value is 12 (5.08% from 255 or 3.68% from 326); Blue value is 112 (44.14% from 255 or 34.36% from 326); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0C70 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0C70 is #35F38F. Grayscale: #505050. Windows color (decimal): -3535760 or 7343306. OLE color: 7343306.

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

Color convert

RGB 202 12 112 -
CMYK 0 0.94 0.45 0.21
HSL 328.42º 0.89% 0.42% -
HSV(B) 328.42º 0.94% 0.79% -
XYZ 27.41 13.99 16.58 -
YUV 80.21 145.95 214.87 -
System Red Green Blue C M Y K H S L
Decimal 202 12 112 0 0.94 0.45 0.21 328.42 0.89 0.42
Hex CA C 70 0 5E 2D 15 148 59 2A
Octal 312 14 160 0 136 55 25 510 131 52
Binary 11001010 1100 1110000 0 1011110 101101 10101 101001000 1011001 101010

Color Harmonies of #CA0C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0C70

Black with #CA0C70

Text Example


Text Example

White with #CA0C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0C70; }

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

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

background-color css

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

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

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

border-color css

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

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

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