Html Css Color HEX #CB1DD9 Deep Magenta

📋 copy color: '#CB1DD9'

red 203 ◦ green 29 ◦ blue 217

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

Shades of Deep Magenta #CB1DD9

Tints of Deep Magenta #CB1DD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 48.33%

R = 45.21%
G = 6.46%
B = 48.33%

CMYK

 C value IS 0.06

 M value IS 0.87

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CB1DD9 (or 0xCB1DD9) is known color: Deep Magenta. HEX triplet: CB, 1D and D9. RGB value is (203,29,217). Sum of RGB (Red+Green+Blue) = 203+29+217=449 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.21% from 449); Green value is 29 (11.72% from 255 or 6.46% from 449); Blue value is 217 (85.16% from 255 or 48.33% from 449); Max value from RGB is 217 - color contains mainly: blue. Hex color #CB1DD9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB1DD9 is #34E226. Grayscale: #656565. Windows color (decimal): -3465767 or 14228939. OLE color: 14228939.

HSL color Cylindrical-coordinate representation of color #CB1DD9: hue angle of 295.53º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CB1DD9 is Cyan = 0.06, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 203 29 217 -
CMYK 0.06 0.87 0 0.15
HSL 295.53º 0.76% 0.48% -
HSV(B) 295.53º 0.87% 0.85% -
XYZ 37.59 18.59 67.25 -
YUV 102.46 192.65 199.71 -
System Red Green Blue C M Y K H S L
Decimal 203 29 217 0.06 0.87 0 0.15 295.53 0.76 0.48
Hex CB 1D D9 6 57 0 F 128 4C 30
Octal 313 35 331 6 127 0 17 450 114 60
Binary 11001011 11101 11011001 110 1010111 0 1111 100101000 1001100 110000

Color Harmonies of #CB1DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1DD9

Black with #CB1DD9

Text Example


Text Example

White with #CB1DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1DD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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