Html Css Color HEX #CA0178 Medium Violet Red

📋 copy color: '#CA0178'

red 202 ◦ green 1 ◦ blue 120

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

Shades of Medium Violet Red #CA0178

Tints of Medium Violet Red #CA0178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 37.15%

R = 62.54%
G = 0.31%
B = 37.15%

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

#CA0178 (or 0xCA0178) is known color: Medium Violet Red. HEX triplet: CA, 01 and 78. RGB value is (202,1,120). Sum of RGB (Red+Green+Blue) = 202+1+120=323 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.54% from 323); Green value is 1 (0.78% from 255 or 0.31% from 323); Blue value is 120 (47.27% from 255 or 37.15% from 323); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0178 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0178 is #35FE87. Grayscale: #4A4A4A. Windows color (decimal): -3538568 or 7864778. OLE color: 7864778.

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

Color convert

RGB 202 1 120 -
CMYK 0 1.00 0.41 0.21
HSL 324.48º 0.99% 0.4% -
HSV(B) 324.48º 1% 0.79% -
XYZ 27.76 13.93 19 -
YUV 74.67 153.59 218.82 -
System Red Green Blue C M Y K H S L
Decimal 202 1 120 0 1.00 0.41 0.21 324.48 0.99 0.4
Hex CA 1 78 0 64 29 15 144 63 28
Octal 312 1 170 0 144 51 25 504 143 50
Binary 11001010 1 1111000 0 1100100 101001 10101 101000100 1100011 101000

Color Harmonies of #CA0178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0178

Black with #CA0178

Text Example


Text Example

White with #CA0178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0178; }

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

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

background-color css

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

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

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

border-color css

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

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

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