Html Css Color HEX #CA0377 Medium Violet Red

📋 copy color: '#CA0377'

red 202 ◦ green 3 ◦ blue 119

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

Shades of Medium Violet Red #CA0377

Tints of Medium Violet Red #CA0377

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.93%

 BLUE value IS 119 (46.88% from 255) = 36.73%

R = 62.35%
G = 0.93%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#CA0377 (or 0xCA0377) is known color: Medium Violet Red. HEX triplet: CA, 03 and 77. RGB value is (202,3,119). Sum of RGB (Red+Green+Blue) = 202+3+119=324 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.35% from 324); Green value is 3 (1.56% from 255 or 0.93% from 324); Blue value is 119 (46.88% from 255 or 36.73% from 324); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0377 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0377 is #35FC88. Grayscale: #4B4B4B. Windows color (decimal): -3538057 or 7799754. OLE color: 7799754.

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

Color convert

RGB 202 3 119 -
CMYK 0 0.99 0.41 0.21
HSL 325.03º 0.97% 0.4% -
HSV(B) 325.03º 0.99% 0.79% -
XYZ 27.72 13.95 18.69 -
YUV 75.73 152.43 218.07 -
System Red Green Blue C M Y K H S L
Decimal 202 3 119 0 0.99 0.41 0.21 325.03 0.97 0.4
Hex CA 3 77 0 63 29 15 145 61 28
Octal 312 3 167 0 143 51 25 505 141 50
Binary 11001010 11 1110111 0 1100011 101001 10101 101000101 1100001 101000

Color Harmonies of #CA0377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0377

Black with #CA0377

Text Example


Text Example

White with #CA0377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0377; }

 p { color: rgb(202,3,119); }

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

background-color css

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

 a { background-color: rgb(202,3,119); }

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

border-color css

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

 span { border-color: rgb(202,3,119); }

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