Html Css Color HEX #CB28BA Deep Magenta

📋 copy color: '#CB28BA'

red 203 ◦ green 40 ◦ blue 186

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

Shades of Deep Magenta #CB28BA

Tints of Deep Magenta #CB28BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.36%

R = 47.32%
G = 9.32%
B = 43.36%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#CB28BA (or 0xCB28BA) is known color: Deep Magenta. HEX triplet: CB, 28 and BA. RGB value is (203,40,186). Sum of RGB (Red+Green+Blue) = 203+40+186=429 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.32% from 429); Green value is 40 (16.02% from 255 or 9.32% from 429); Blue value is 186 (73.05% from 255 or 43.36% from 429); Max value from RGB is 203 - color contains mainly: red. Hex color #CB28BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB28BA is #34D745. Grayscale: #686868. Windows color (decimal): -3462982 or 12200139. OLE color: 12200139.

HSL color Cylindrical-coordinate representation of color #CB28BA: hue angle of 306.26º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CB28BA is Cyan = 0, Magento = 0.80, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 40 186 -
CMYK 0 0.80 0.08 0.20
HSL 306.26º 0.67% 0.48% -
HSV(B) 306.26º 0.8% 0.8% -
XYZ 34.25 17.76 48.08 -
YUV 105.38 173.5 197.63 -
System Red Green Blue C M Y K H S L
Decimal 203 40 186 0 0.80 0.08 0.20 306.26 0.67 0.48
Hex CB 28 BA 0 50 8 14 132 43 30
Octal 313 50 272 0 120 10 24 462 103 60
Binary 11001011 101000 10111010 0 1010000 1000 10100 100110010 1000011 110000

Color Harmonies of #CB28BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB28BA

Black with #CB28BA

Text Example


Text Example

White with #CB28BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB28BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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