Html Css Color HEX #CB28DA Deep Magenta

📋 copy color: '#CB28DA'

red 203 ◦ green 40 ◦ blue 218

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

Shades of Deep Magenta #CB28DA

Tints of Deep Magenta #CB28DA

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.68%

 BLUE value IS 218 (85.55% from 255) = 47.29%

R = 44.03%
G = 8.68%
B = 47.29%

CMYK

 C value IS 0.07

 M value IS 0.82

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CB28DA (or 0xCB28DA) is known color: Deep Magenta. HEX triplet: CB, 28 and DA. RGB value is (203,40,218). Sum of RGB (Red+Green+Blue) = 203+40+218=461 (61% of max value = 765). Red value is 203 (79.69% from 255 or 44.03% from 461); Green value is 40 (16.02% from 255 or 8.68% from 461); Blue value is 218 (85.55% from 255 or 47.29% from 461); Max value from RGB is 218 - color contains mainly: blue. Hex color #CB28DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB28DA is #34D725. Grayscale: #6C6C6C. Windows color (decimal): -3462950 or 14297291. OLE color: 14297291.

HSL color Cylindrical-coordinate representation of color #CB28DA: hue angle of 294.94º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CB28DA is Cyan = 0.07, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 203 40 218 -
CMYK 0.07 0.82 0 0.15
HSL 294.94º 0.71% 0.51% -
HSV(B) 294.94º 0.82% 0.85% -
XYZ 38.04 19.28 68.05 -
YUV 109.03 189.5 195.03 -
System Red Green Blue C M Y K H S L
Decimal 203 40 218 0.07 0.82 0 0.15 294.94 0.71 0.51
Hex CB 28 DA 7 52 0 F 127 47 33
Octal 313 50 332 7 122 0 17 447 107 63
Binary 11001011 101000 11011010 111 1010010 0 1111 100100111 1000111 110011

Color Harmonies of #CB28DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB28DA

Black with #CB28DA

Text Example


Text Example

White with #CB28DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB28DA; }

 p { color: rgb(203,40,218); }

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

background-color css

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

 a { background-color: rgb(203,40,218); }

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

border-color css

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

 span { border-color: rgb(203,40,218); }

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