Html Css Color HEX #CB09AA Deep Magenta

📋 copy color: '#CB09AA'

red 203 ◦ green 9 ◦ blue 170

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

Shades of Deep Magenta #CB09AA

Tints of Deep Magenta #CB09AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 44.5%

R = 53.14%
G = 2.36%
B = 44.5%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#CB09AA (or 0xCB09AA) is known color: Deep Magenta. HEX triplet: CB, 09 and AA. RGB value is (203,9,170). Sum of RGB (Red+Green+Blue) = 203+9+170=382 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.14% from 382); Green value is 9 (3.91% from 255 or 2.36% from 382); Blue value is 170 (66.80% from 255 or 44.50% from 382); Max value from RGB is 203 - color contains mainly: red. Hex color #CB09AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB09AA is #34F655. Grayscale: #545454. Windows color (decimal): -3470934 or 11143627. OLE color: 11143627.

HSL color Cylindrical-coordinate representation of color #CB09AA: hue angle of 310.21º 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 #CB09AA is Cyan = 0, Magento = 0.96, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 9 170 -
CMYK 0 0.96 0.16 0.20
HSL 310.21º 0.92% 0.42% -
HSV(B) 310.21º 0.96% 0.8% -
XYZ 31.98 15.79 39.39 -
YUV 85.36 175.77 211.91 -
System Red Green Blue C M Y K H S L
Decimal 203 9 170 0 0.96 0.16 0.20 310.21 0.92 0.42
Hex CB 9 AA 0 60 10 14 136 5C 2A
Octal 313 11 252 0 140 20 24 466 134 52
Binary 11001011 1001 10101010 0 1100000 10000 10100 100110110 1011100 101010

Color Harmonies of #CB09AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB09AA

Black with #CB09AA

Text Example


Text Example

White with #CB09AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB09AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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