Html Css Color HEX #CA0380 Medium Violet Red

📋 copy color: '#CA0380'

red 202 ◦ green 3 ◦ blue 128

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

Shades of Medium Violet Red #CA0380

Tints of Medium Violet Red #CA0380

RGB

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

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

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

R = 60.66%
G = 0.9%
B = 38.44%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#CA0380 (or 0xCA0380) is known color: Medium Violet Red. HEX triplet: CA, 03 and 80. RGB value is (202,3,128). Sum of RGB (Red+Green+Blue) = 202+3+128=333 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.66% from 333); Green value is 3 (1.56% from 255 or 0.90% from 333); Blue value is 128 (50.39% from 255 or 38.44% from 333); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0380 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA0380 is #35FC7F. Grayscale: #4C4C4C. Windows color (decimal): -3538048 or 8389578. OLE color: 8389578.

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

Color convert

RGB 202 3 128 -
CMYK 0 0.99 0.37 0.21
HSL 322.31º 0.97% 0.4% -
HSV(B) 322.31º 0.99% 0.79% -
XYZ 28.29 14.18 21.67 -
YUV 76.75 156.93 217.34 -
System Red Green Blue C M Y K H S L
Decimal 202 3 128 0 0.99 0.37 0.21 322.31 0.97 0.4
Hex CA 3 80 0 63 25 15 142 61 28
Octal 312 3 200 0 143 45 25 502 141 50
Binary 11001010 11 10000000 0 1100011 100101 10101 101000010 1100001 101000

Color Harmonies of #CA0380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0380

Black with #CA0380

Text Example


Text Example

White with #CA0380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0380; }

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

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

background-color css

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

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

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

border-color css

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

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

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