Html Css Color HEX #CB2AD8 Deep Magenta

📋 copy color: '#CB2AD8'

red 203 ◦ green 42 ◦ blue 216

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

Shades of Deep Magenta #CB2AD8

Tints of Deep Magenta #CB2AD8

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.11%

 BLUE value IS 216 (84.77% from 255) = 46.85%

R = 44.03%
G = 9.11%
B = 46.85%

CMYK

 C value IS 0.06

 M value IS 0.81

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CB2AD8 (or 0xCB2AD8) is known color: Deep Magenta. HEX triplet: CB, 2A and D8. RGB value is (203,42,216). Sum of RGB (Red+Green+Blue) = 203+42+216=461 (61% of max value = 765). Red value is 203 (79.69% from 255 or 44.03% from 461); Green value is 42 (16.80% from 255 or 9.11% from 461); Blue value is 216 (84.77% from 255 or 46.85% from 461); Max value from RGB is 216 - color contains mainly: blue. Hex color #CB2AD8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB2AD8 is #34D527. Grayscale: #6D6D6D. Windows color (decimal): -3462440 or 14166731. OLE color: 14166731.

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

Color convert

RGB 203 42 216 -
CMYK 0.06 0.81 0 0.15
HSL 295.52º 0.69% 0.51% -
HSV(B) 295.52º 0.81% 0.85% -
XYZ 37.85 19.31 66.7 -
YUV 109.98 187.84 194.35 -
System Red Green Blue C M Y K H S L
Decimal 203 42 216 0.06 0.81 0 0.15 295.52 0.69 0.51
Hex CB 2A D8 6 51 0 F 128 45 33
Octal 313 52 330 6 121 0 17 450 105 63
Binary 11001011 101010 11011000 110 1010001 0 1111 100101000 1000101 110011

Color Harmonies of #CB2AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2AD8

Black with #CB2AD8

Text Example


Text Example

White with #CB2AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2AD8; }

 p { color: rgb(203,42,216); }

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

background-color css

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

 a { background-color: rgb(203,42,216); }

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

border-color css

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

 span { border-color: rgb(203,42,216); }

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