Html Css Color HEX #CB18DD Deep Magenta

📋 copy color: '#CB18DD'

red 203 ◦ green 24 ◦ blue 221

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

Shades of Deep Magenta #CB18DD

Tints of Deep Magenta #CB18DD

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.36%

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

R = 45.31%
G = 5.36%
B = 49.33%

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

#CB18DD (or 0xCB18DD) is known color: Deep Magenta. HEX triplet: CB, 18 and DD. RGB value is (203,24,221). Sum of RGB (Red+Green+Blue) = 203+24+221=448 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.31% from 448); Green value is 24 (9.77% from 255 or 5.36% from 448); Blue value is 221 (86.72% from 255 or 49.33% from 448); Max value from RGB is 221 - color contains mainly: blue. Hex color #CB18DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB18DD is #34E722. Grayscale: #636363. Windows color (decimal): -3467043 or 14489803. OLE color: 14489803.

HSL color Cylindrical-coordinate representation of color #CB18DD: hue angle of 294.52º 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 #CB18DD is Cyan = 0.08, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 203 24 221 -
CMYK 0.08 0.89 0 0.13
HSL 294.52º 0.8% 0.48% -
HSV(B) 294.52º 0.89% 0.87% -
XYZ 38.01 18.57 69.99 -
YUV 99.98 196.3 201.48 -
System Red Green Blue C M Y K H S L
Decimal 203 24 221 0.08 0.89 0 0.13 294.52 0.8 0.48
Hex CB 18 DD 8 59 0 D 127 50 30
Octal 313 30 335 10 131 0 15 447 120 60
Binary 11001011 11000 11011101 1000 1011001 0 1101 100100111 1010000 110000

Color Harmonies of #CB18DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB18DD

Black with #CB18DD

Text Example


Text Example

White with #CB18DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB18DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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