Html Css Color HEX #CA0076 Medium Violet Red

📋 copy color: '#CA0076'

red 202 ◦ green 0 ◦ blue 118

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

Shades of Medium Violet Red #CA0076

Tints of Medium Violet Red #CA0076

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 118 (46.48% from 255) = 36.88%

R = 63.13%
G = 0%
B = 36.88%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#CA0076 (or 0xCA0076) is known color: Medium Violet Red. HEX triplet: CA, 00 and 76. RGB value is (202,0,118). Sum of RGB (Red+Green+Blue) = 202+0+118=320 (42% of max value = 765). Red value is 202 (79.30% from 255 or 63.12% from 320); Green value is 0 (0.39% from 255 or 0% from 320); Blue value is 118 (46.48% from 255 or 36.88% from 320); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0076 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0076 is #35FF89. Grayscale: #494949. Windows color (decimal): -3538826 or 7733450. OLE color: 7733450.

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

Color convert

RGB 202 0 118 -
CMYK 0 1 0.42 0.21
HSL 324.95º 1% 0.4% -
HSV(B) 324.95º 1% 0.79% -
XYZ 27.63 13.86 18.36 -
YUV 73.85 152.92 219.41 -
System Red Green Blue C M Y K H S L
Decimal 202 0 118 0 1 0.42 0.21 324.95 1 0.4
Hex CA 0 76 0 64 2A 15 145 64 28
Octal 312 0 166 0 144 52 25 505 144 50
Binary 11001010 0 1110110 0 1100100 101010 10101 101000101 1100100 101000

Color Harmonies of #CA0076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0076

Black with #CA0076

Text Example


Text Example

White with #CA0076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0076; }

 p { color: rgb(202,0,118); }

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

background-color css

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

 a { background-color: rgb(202,0,118); }

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

border-color css

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

 span { border-color: rgb(202,0,118); }

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