Html Css Color HEX #CB1EDB Deep Magenta

📋 copy color: '#CB1EDB'

red 203 ◦ green 30 ◦ blue 219

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

Shades of Deep Magenta #CB1EDB

Tints of Deep Magenta #CB1EDB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.64%

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

R = 44.91%
G = 6.64%
B = 48.45%

CMYK

 C value IS 0.07

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CB1EDB (or 0xCB1EDB) is known color: Deep Magenta. HEX triplet: CB, 1E and DB. RGB value is (203,30,219). Sum of RGB (Red+Green+Blue) = 203+30+219=452 (59% of max value = 765). Red value is 203 (79.69% from 255 or 44.91% from 452); Green value is 30 (12.11% from 255 or 6.64% from 452); Blue value is 219 (85.94% from 255 or 48.45% from 452); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB1EDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB1EDB is #34E124. Grayscale: #666666. Windows color (decimal): -3465509 or 14360267. OLE color: 14360267.

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

Color convert

RGB 203 30 219 -
CMYK 0.07 0.86 0 0.14
HSL 294.92º 0.76% 0.49% -
HSV(B) 294.92º 0.86% 0.86% -
XYZ 37.88 18.74 68.64 -
YUV 103.27 193.31 199.13 -
System Red Green Blue C M Y K H S L
Decimal 203 30 219 0.07 0.86 0 0.14 294.92 0.76 0.49
Hex CB 1E DB 7 56 0 E 127 4C 31
Octal 313 36 333 7 126 0 16 447 114 61
Binary 11001011 11110 11011011 111 1010110 0 1110 100100111 1001100 110001

Color Harmonies of #CB1EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1EDB

Black with #CB1EDB

Text Example


Text Example

White with #CB1EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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