Html Css Color HEX #CB19DD Deep Magenta

📋 copy color: '#CB19DD'

red 203 ◦ green 25 ◦ blue 221

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

Shades of Deep Magenta #CB19DD

Tints of Deep Magenta #CB19DD

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.57%

 BLUE value IS 221 (86.72% from 255) = 49.22%

R = 45.21%
G = 5.57%
B = 49.22%

CMYK

 C value IS 0.08

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CB19DD (or 0xCB19DD) is known color: Deep Magenta. HEX triplet: CB, 19 and DD. RGB value is (203,25,221). Sum of RGB (Red+Green+Blue) = 203+25+221=449 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.21% from 449); Green value is 25 (10.16% from 255 or 5.57% from 449); Blue value is 221 (86.72% from 255 or 49.22% from 449); Max value from RGB is 221 - color contains mainly: blue. Hex color #CB19DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB19DD is #34E622. Grayscale: #636363. Windows color (decimal): -3466787 or 14490059. OLE color: 14490059.

HSL color Cylindrical-coordinate representation of color #CB19DD: hue angle of 294.49º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CB19DD is Cyan = 0.08, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 203 25 221 -
CMYK 0.08 0.89 0 0.13
HSL 294.49º 0.8% 0.48% -
HSV(B) 294.49º 0.89% 0.87% -
XYZ 38.03 18.61 69.99 -
YUV 100.57 195.97 201.06 -
System Red Green Blue C M Y K H S L
Decimal 203 25 221 0.08 0.89 0 0.13 294.49 0.8 0.48
Hex CB 19 DD 8 59 0 D 126 50 30
Octal 313 31 335 10 131 0 15 446 120 60
Binary 11001011 11001 11011101 1000 1011001 0 1101 100100110 1010000 110000

Color Harmonies of #CB19DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB19DD

Black with #CB19DD

Text Example


Text Example

White with #CB19DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB19DD; }

 p { color: rgb(203,25,221); }

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

background-color css

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

 a { background-color: rgb(203,25,221); }

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

border-color css

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

 span { border-color: rgb(203,25,221); }

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