Html Css Color HEX #CB29DD Deep Magenta

📋 copy color: '#CB29DD'

red 203 ◦ green 41 ◦ blue 221

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

Shades of Deep Magenta #CB29DD

Tints of Deep Magenta #CB29DD

RGB

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

 GREEN value IS 41 (16.41% from 255) = 8.82%

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

R = 43.66%
G = 8.82%
B = 47.53%

CMYK

 C value IS 0.08

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CB29DD (or 0xCB29DD) is known color: Deep Magenta. HEX triplet: CB, 29 and DD. RGB value is (203,41,221). Sum of RGB (Red+Green+Blue) = 203+41+221=465 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.66% from 465); Green value is 41 (16.41% from 255 or 8.82% from 465); Blue value is 221 (86.72% from 255 or 47.53% from 465); Max value from RGB is 221 - color contains mainly: blue. Hex color #CB29DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB29DD is #34D622. Grayscale: #6D6D6D. Windows color (decimal): -3462691 or 14494155. OLE color: 14494155.

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

Color convert

RGB 203 41 221 -
CMYK 0.08 0.81 0 0.13
HSL 294º 0.73% 0.51% -
HSV(B) 294º 0.81% 0.87% -
XYZ 38.47 19.5 70.14 -
YUV 109.96 190.67 194.36 -
System Red Green Blue C M Y K H S L
Decimal 203 41 221 0.08 0.81 0 0.13 294 0.73 0.51
Hex CB 29 DD 8 51 0 D 126 49 33
Octal 313 51 335 10 121 0 15 446 111 63
Binary 11001011 101001 11011101 1000 1010001 0 1101 100100110 1001001 110011

Color Harmonies of #CB29DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB29DD

Black with #CB29DD

Text Example


Text Example

White with #CB29DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB29DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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