Html Css Color HEX #CA0A70 Medium Violet Red

📋 copy color: '#CA0A70'

red 202 ◦ green 10 ◦ blue 112

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

Shades of Medium Violet Red #CA0A70

Tints of Medium Violet Red #CA0A70

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.09%

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

R = 62.35%
G = 3.09%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#CA0A70 (or 0xCA0A70) is known color: Medium Violet Red. HEX triplet: CA, 0A and 70. RGB value is (202,10,112). Sum of RGB (Red+Green+Blue) = 202+10+112=324 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.35% from 324); Green value is 10 (4.30% from 255 or 3.09% from 324); Blue value is 112 (44.14% from 255 or 34.57% from 324); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0A70 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0A70 is #35F58F. Grayscale: #4E4E4E. Windows color (decimal): -3536272 or 7342794. OLE color: 7342794.

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

Color convert

RGB 202 10 112 -
CMYK 0 0.95 0.45 0.21
HSL 328.13º 0.91% 0.42% -
HSV(B) 328.13º 0.95% 0.79% -
XYZ 27.39 13.94 16.58 -
YUV 79.04 146.61 215.71 -
System Red Green Blue C M Y K H S L
Decimal 202 10 112 0 0.95 0.45 0.21 328.13 0.91 0.42
Hex CA A 70 0 5F 2D 15 148 5B 2A
Octal 312 12 160 0 137 55 25 510 133 52
Binary 11001010 1010 1110000 0 1011111 101101 10101 101001000 1011011 101010

Color Harmonies of #CA0A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0A70

Black with #CA0A70

Text Example


Text Example

White with #CA0A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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