Html Css Color HEX #CB09DB Deep Magenta

📋 copy color: '#CB09DB'

red 203 ◦ green 9 ◦ blue 219

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

Shades of Deep Magenta #CB09DB

Tints of Deep Magenta #CB09DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 50.81%

R = 47.1%
G = 2.09%
B = 50.81%

CMYK

 C value IS 0.07

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CB09DB (or 0xCB09DB) is known color: Deep Magenta. HEX triplet: CB, 09 and DB. RGB value is (203,9,219). Sum of RGB (Red+Green+Blue) = 203+9+219=431 (57% of max value = 765). Red value is 203 (79.69% from 255 or 47.10% from 431); Green value is 9 (3.91% from 255 or 2.09% from 431); Blue value is 219 (85.94% from 255 or 50.81% from 431); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB09DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB09DB is #34F624. Grayscale: #5A5A5A. Windows color (decimal): -3470885 or 14354891. OLE color: 14354891.

HSL color Cylindrical-coordinate representation of color #CB09DB: hue angle of 295.43º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CB09DB is Cyan = 0.07, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 203 9 219 -
CMYK 0.07 0.96 0 0.14
HSL 295.43º 0.92% 0.45% -
HSV(B) 295.43º 0.96% 0.86% -
XYZ 37.51 18.01 68.52 -
YUV 90.95 200.27 207.92 -
System Red Green Blue C M Y K H S L
Decimal 203 9 219 0.07 0.96 0 0.14 295.43 0.92 0.45
Hex CB 9 DB 7 60 0 E 127 5C 2D
Octal 313 11 333 7 140 0 16 447 134 55
Binary 11001011 1001 11011011 111 1100000 0 1110 100100111 1011100 101101

Color Harmonies of #CB09DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB09DB

Black with #CB09DB

Text Example


Text Example

White with #CB09DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB09DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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