Html Css Color HEX #CA0980 Medium Violet Red

📋 copy color: '#CA0980'

red 202 ◦ green 9 ◦ blue 128

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

Shades of Medium Violet Red #CA0980

Tints of Medium Violet Red #CA0980

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.65%

 BLUE value IS 128 (50.39% from 255) = 37.76%

R = 59.59%
G = 2.65%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#CA0980 (or 0xCA0980) is known color: Medium Violet Red. HEX triplet: CA, 09 and 80. RGB value is (202,9,128). Sum of RGB (Red+Green+Blue) = 202+9+128=339 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.59% from 339); Green value is 9 (3.91% from 255 or 2.65% from 339); Blue value is 128 (50.39% from 255 or 37.76% from 339); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0980 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA0980 is #35F67F. Grayscale: #4F4F4F. Windows color (decimal): -3536512 or 8391114. OLE color: 8391114.

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

Color convert

RGB 202 9 128 -
CMYK 0 0.96 0.37 0.21
HSL 323.01º 0.91% 0.41% -
HSV(B) 323.01º 0.96% 0.79% -
XYZ 28.35 14.31 21.69 -
YUV 80.27 154.94 214.82 -
System Red Green Blue C M Y K H S L
Decimal 202 9 128 0 0.96 0.37 0.21 323.01 0.91 0.41
Hex CA 9 80 0 60 25 15 143 5B 29
Octal 312 11 200 0 140 45 25 503 133 51
Binary 11001010 1001 10000000 0 1100000 100101 10101 101000011 1011011 101001

Color Harmonies of #CA0980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0980

Black with #CA0980

Text Example


Text Example

White with #CA0980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0980; }

 p { color: rgb(202,9,128); }

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

background-color css

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

 a { background-color: rgb(202,9,128); }

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

border-color css

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

 span { border-color: rgb(202,9,128); }

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