Html Css Color HEX #CB06DB Deep Magenta

📋 copy color: '#CB06DB'

red 203 ◦ green 6 ◦ blue 219

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

Shades of Deep Magenta #CB06DB

Tints of Deep Magenta #CB06DB

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.4%

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

R = 47.43%
G = 1.4%
B = 51.17%

CMYK

 C value IS 0.07

 M value IS 0.97

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CB06DB (or 0xCB06DB) is known color: Deep Magenta. HEX triplet: CB, 06 and DB. RGB value is (203,6,219). Sum of RGB (Red+Green+Blue) = 203+6+219=428 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.43% from 428); Green value is 6 (2.73% from 255 or 1.40% from 428); Blue value is 219 (85.94% from 255 or 51.17% from 428); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB06DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB06DB is #34F924. Grayscale: #585858. Windows color (decimal): -3471653 or 14354123. OLE color: 14354123.

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

Color convert

RGB 203 6 219 -
CMYK 0.07 0.97 0 0.14
HSL 295.49º 0.95% 0.44% -
HSV(B) 295.49º 0.97% 0.86% -
XYZ 37.48 17.94 68.51 -
YUV 89.19 201.27 209.18 -
System Red Green Blue C M Y K H S L
Decimal 203 6 219 0.07 0.97 0 0.14 295.49 0.95 0.44
Hex CB 6 DB 7 61 0 E 127 5F 2C
Octal 313 6 333 7 141 0 16 447 137 54
Binary 11001011 110 11011011 111 1100001 0 1110 100100111 1011111 101100

Color Harmonies of #CB06DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB06DB

Black with #CB06DB

Text Example


Text Example

White with #CB06DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB06DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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