Html Css Color HEX #CB1DDB Deep Magenta

📋 copy color: '#CB1DDB'

red 203 ◦ green 29 ◦ blue 219

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

Shades of Deep Magenta #CB1DDB

Tints of Deep Magenta #CB1DDB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.43%

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

R = 45.01%
G = 6.43%
B = 48.56%

CMYK

 C value IS 0.07

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CB1DDB (or 0xCB1DDB) is known color: Deep Magenta. HEX triplet: CB, 1D and DB. RGB value is (203,29,219). Sum of RGB (Red+Green+Blue) = 203+29+219=451 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.01% from 451); Green value is 29 (11.72% from 255 or 6.43% from 451); Blue value is 219 (85.94% from 255 or 48.56% from 451); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB1DDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB1DDB is #34E224. Grayscale: #666666. Windows color (decimal): -3465765 or 14360011. OLE color: 14360011.

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

Color convert

RGB 203 29 219 -
CMYK 0.07 0.87 0 0.14
HSL 294.95º 0.77% 0.49% -
HSV(B) 294.95º 0.87% 0.86% -
XYZ 37.85 18.69 68.63 -
YUV 102.69 193.65 199.55 -
System Red Green Blue C M Y K H S L
Decimal 203 29 219 0.07 0.87 0 0.14 294.95 0.77 0.49
Hex CB 1D DB 7 57 0 E 127 4D 31
Octal 313 35 333 7 127 0 16 447 115 61
Binary 11001011 11101 11011011 111 1010111 0 1110 100100111 1001101 110001

Color Harmonies of #CB1DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1DDB

Black with #CB1DDB

Text Example


Text Example

White with #CB1DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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