Html Css Color HEX #CA0177 Medium Violet Red

📋 copy color: '#CA0177'

red 202 ◦ green 1 ◦ blue 119

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

Shades of Medium Violet Red #CA0177

Tints of Medium Violet Red #CA0177

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.31%

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

R = 62.73%
G = 0.31%
B = 36.96%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#CA0177 (or 0xCA0177) is known color: Medium Violet Red. HEX triplet: CA, 01 and 77. RGB value is (202,1,119). Sum of RGB (Red+Green+Blue) = 202+1+119=322 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.73% from 322); Green value is 1 (0.78% from 255 or 0.31% from 322); Blue value is 119 (46.88% from 255 or 36.96% from 322); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0177 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0177 is #35FE88. Grayscale: #4A4A4A. Windows color (decimal): -3538569 or 7799242. OLE color: 7799242.

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

Color convert

RGB 202 1 119 -
CMYK 0 1.00 0.41 0.21
HSL 324.78º 0.99% 0.4% -
HSV(B) 324.78º 1% 0.79% -
XYZ 27.7 13.91 18.68 -
YUV 74.55 153.09 218.91 -
System Red Green Blue C M Y K H S L
Decimal 202 1 119 0 1.00 0.41 0.21 324.78 0.99 0.4
Hex CA 1 77 0 64 29 15 145 63 28
Octal 312 1 167 0 144 51 25 505 143 50
Binary 11001010 1 1110111 0 1100100 101001 10101 101000101 1100011 101000

Color Harmonies of #CA0177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0177

Black with #CA0177

Text Example


Text Example

White with #CA0177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0177; }

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

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

background-color css

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

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

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

border-color css

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

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

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