Html Css Color HEX #CA0B99 Medium Violet Red

📋 copy color: '#CA0B99'

red 202 ◦ green 11 ◦ blue 153

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

Shades of Medium Violet Red #CA0B99

Tints of Medium Violet Red #CA0B99

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.01%

 BLUE value IS 153 (60.16% from 255) = 41.8%

R = 55.19%
G = 3.01%
B = 41.8%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.24

 K value IS 0.21

RGB Variations

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

Color information

#CA0B99 (or 0xCA0B99) is known color: Medium Violet Red. HEX triplet: CA, 0B and 99. RGB value is (202,11,153). Sum of RGB (Red+Green+Blue) = 202+11+153=366 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.19% from 366); Green value is 11 (4.69% from 255 or 3.01% from 366); Blue value is 153 (60.16% from 255 or 41.80% from 366); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0B99 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA0B99 is #35F466. Grayscale: #535353. Windows color (decimal): -3535975 or 10030026. OLE color: 10030026.

HSL color Cylindrical-coordinate representation of color #CA0B99: hue angle of 315.39º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CA0B99 is Cyan = 0, Magento = 0.95, Yellow = 0.24 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 11 153 -
CMYK 0 0.95 0.24 0.21
HSL 315.39º 0.9% 0.42% -
HSV(B) 315.39º 0.95% 0.79% -
XYZ 30.23 15.1 31.46 -
YUV 84.3 166.78 211.95 -
System Red Green Blue C M Y K H S L
Decimal 202 11 153 0 0.95 0.24 0.21 315.39 0.9 0.42
Hex CA B 99 0 5F 18 15 13B 5A 2A
Octal 312 13 231 0 137 30 25 473 132 52
Binary 11001010 1011 10011001 0 1011111 11000 10101 100111011 1011010 101010

Color Harmonies of #CA0B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0B99

Black with #CA0B99

Text Example


Text Example

White with #CA0B99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0B99; }

 p { color: rgb(202,11,153); }

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

background-color css

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

 a { background-color: rgb(202,11,153); }

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

border-color css

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

 span { border-color: rgb(202,11,153); }

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