Html Css Color HEX #CA0C7C Medium Violet Red

📋 copy color: '#CA0C7C'

red 202 ◦ green 12 ◦ blue 124

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

Shades of Medium Violet Red #CA0C7C

Tints of Medium Violet Red #CA0C7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 36.69%

R = 59.76%
G = 3.55%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.39

 K value IS 0.21

RGB Variations

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

Color information

#CA0C7C (or 0xCA0C7C) is known color: Medium Violet Red. HEX triplet: CA, 0C and 7C. RGB value is (202,12,124). Sum of RGB (Red+Green+Blue) = 202+12+124=338 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.76% from 338); Green value is 12 (5.08% from 255 or 3.55% from 338); Blue value is 124 (48.83% from 255 or 36.69% from 338); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0C7C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0C7C is #35F383. Grayscale: #515151. Windows color (decimal): -3535748 or 8129738. OLE color: 8129738.

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

Color convert

RGB 202 12 124 -
CMYK 0 0.94 0.39 0.21
HSL 324.63º 0.89% 0.42% -
HSV(B) 324.63º 0.94% 0.79% -
XYZ 28.13 14.27 20.34 -
YUV 81.58 151.95 213.89 -
System Red Green Blue C M Y K H S L
Decimal 202 12 124 0 0.94 0.39 0.21 324.63 0.89 0.42
Hex CA C 7C 0 5E 27 15 145 59 2A
Octal 312 14 174 0 136 47 25 505 131 52
Binary 11001010 1100 1111100 0 1011110 100111 10101 101000101 1011001 101010

Color Harmonies of #CA0C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0C7C

Black with #CA0C7C

Text Example


Text Example

White with #CA0C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0C7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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