Html Css Color HEX #CB17DB Deep Magenta

📋 copy color: '#CB17DB'

red 203 ◦ green 23 ◦ blue 219

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

Shades of Deep Magenta #CB17DB

Tints of Deep Magenta #CB17DB

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.17%

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

R = 45.62%
G = 5.17%
B = 49.21%

CMYK

 C value IS 0.07

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CB17DB (or 0xCB17DB) is known color: Deep Magenta. HEX triplet: CB, 17 and DB. RGB value is (203,23,219). Sum of RGB (Red+Green+Blue) = 203+23+219=445 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.62% from 445); Green value is 23 (9.38% from 255 or 5.17% from 445); Blue value is 219 (85.94% from 255 or 49.21% from 445); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB17DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB17DB is #34E824. Grayscale: #626262. Windows color (decimal): -3467301 or 14358475. OLE color: 14358475.

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

Color convert

RGB 203 23 219 -
CMYK 0.07 0.89 0 0.14
HSL 295.1º 0.81% 0.47% -
HSV(B) 295.1º 0.89% 0.86% -
XYZ 37.72 18.42 68.59 -
YUV 99.16 195.63 202.06 -
System Red Green Blue C M Y K H S L
Decimal 203 23 219 0.07 0.89 0 0.14 295.1 0.81 0.47
Hex CB 17 DB 7 59 0 E 127 51 2F
Octal 313 27 333 7 131 0 16 447 121 57
Binary 11001011 10111 11011011 111 1011001 0 1110 100100111 1010001 101111

Color Harmonies of #CB17DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB17DB

Black with #CB17DB

Text Example


Text Example

White with #CB17DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB17DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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