Html Css Color HEX #CB28D6 Deep Magenta

📋 copy color: '#CB28D6'

red 203 ◦ green 40 ◦ blue 214

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

Shades of Deep Magenta #CB28D6

Tints of Deep Magenta #CB28D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 46.83%

R = 44.42%
G = 8.75%
B = 46.83%

CMYK

 C value IS 0.05

 M value IS 0.81

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CB28D6 (or 0xCB28D6) is known color: Deep Magenta. HEX triplet: CB, 28 and D6. RGB value is (203,40,214). Sum of RGB (Red+Green+Blue) = 203+40+214=457 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.42% from 457); Green value is 40 (16.02% from 255 or 8.75% from 457); Blue value is 214 (83.98% from 255 or 46.83% from 457); Max value from RGB is 214 - color contains mainly: blue. Hex color #CB28D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB28D6 is #34D729. Grayscale: #6C6C6C. Windows color (decimal): -3462954 or 14035147. OLE color: 14035147.

HSL color Cylindrical-coordinate representation of color #CB28D6: hue angle of 296.21º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CB28D6 is Cyan = 0.05, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 203 40 214 -
CMYK 0.05 0.81 0 0.16
HSL 296.21º 0.69% 0.5% -
HSV(B) 296.21º 0.81% 0.84% -
XYZ 37.52 19.07 65.32 -
YUV 108.57 187.5 195.35 -
System Red Green Blue C M Y K H S L
Decimal 203 40 214 0.05 0.81 0 0.16 296.21 0.69 0.5
Hex CB 28 D6 5 51 0 10 128 45 32
Octal 313 50 326 5 121 0 20 450 105 62
Binary 11001011 101000 11010110 101 1010001 0 10000 100101000 1000101 110010

Color Harmonies of #CB28D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB28D6

Black with #CB28D6

Text Example


Text Example

White with #CB28D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB28D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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