Html Css Color HEX #CB09AB Deep Magenta

📋 copy color: '#CB09AB'

red 203 ◦ green 9 ◦ blue 171

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

Shades of Deep Magenta #CB09AB

Tints of Deep Magenta #CB09AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 44.65%

R = 53%
G = 2.35%
B = 44.65%

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

#CB09AB (or 0xCB09AB) is known color: Deep Magenta. HEX triplet: CB, 09 and AB. RGB value is (203,9,171). Sum of RGB (Red+Green+Blue) = 203+9+171=383 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.00% from 383); Green value is 9 (3.91% from 255 or 2.35% from 383); Blue value is 171 (67.19% from 255 or 44.65% from 383); Max value from RGB is 203 - color contains mainly: red. Hex color #CB09AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB09AB is #34F654. Grayscale: #555555. Windows color (decimal): -3470933 or 11209163. OLE color: 11209163.

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

Color convert

RGB 203 9 171 -
CMYK 0 0.96 0.16 0.20
HSL 309.9º 0.92% 0.42% -
HSV(B) 309.9º 0.96% 0.8% -
XYZ 32.08 15.83 39.89 -
YUV 85.47 176.27 211.83 -
System Red Green Blue C M Y K H S L
Decimal 203 9 171 0 0.96 0.16 0.20 309.9 0.92 0.42
Hex CB 9 AB 0 60 10 14 136 5C 2A
Octal 313 11 253 0 140 20 24 466 134 52
Binary 11001011 1001 10101011 0 1100000 10000 10100 100110110 1011100 101010

Color Harmonies of #CB09AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB09AB

Black with #CB09AB

Text Example


Text Example

White with #CB09AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB09AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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