Html Css Color HEX #CB09A9 Deep Magenta

📋 copy color: '#CB09A9'

red 203 ◦ green 9 ◦ blue 169

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

Shades of Deep Magenta #CB09A9

Tints of Deep Magenta #CB09A9

RGB

 RED value IS 203 (79.69% from 255) = 53.28%

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

 BLUE value IS 169 (66.41% from 255) = 44.36%

R = 53.28%
G = 2.36%
B = 44.36%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.17

 K value IS 0.20

RGB Variations

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

Color information

#CB09A9 (or 0xCB09A9) is known color: Deep Magenta. HEX triplet: CB, 09 and A9. RGB value is (203,9,169). Sum of RGB (Red+Green+Blue) = 203+9+169=381 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.28% from 381); Green value is 9 (3.91% from 255 or 2.36% from 381); Blue value is 169 (66.41% from 255 or 44.36% from 381); Max value from RGB is 203 - color contains mainly: red. Hex color #CB09A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB09A9 is #34F656. Grayscale: #545454. Windows color (decimal): -3470935 or 11078091. OLE color: 11078091.

HSL color Cylindrical-coordinate representation of color #CB09A9: hue angle of 310.52º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CB09A9 is Cyan = 0, Magento = 0.96, Yellow = 0.17 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 9 169 -
CMYK 0 0.96 0.17 0.20
HSL 310.52º 0.92% 0.42% -
HSV(B) 310.52º 0.96% 0.8% -
XYZ 31.89 15.76 38.9 -
YUV 85.25 175.27 211.99 -
System Red Green Blue C M Y K H S L
Decimal 203 9 169 0 0.96 0.17 0.20 310.52 0.92 0.42
Hex CB 9 A9 0 60 11 14 137 5C 2A
Octal 313 11 251 0 140 21 24 467 134 52
Binary 11001011 1001 10101001 0 1100000 10001 10100 100110111 1011100 101010

Color Harmonies of #CB09A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB09A9

Black with #CB09A9

Text Example


Text Example

White with #CB09A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB09A9; }

 p { color: rgb(203,9,169); }

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

background-color css

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

 a { background-color: rgb(203,9,169); }

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

border-color css

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

 span { border-color: rgb(203,9,169); }

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