Html Css Color HEX #CB28BE Deep Magenta

📋 copy color: '#CB28BE'

red 203 ◦ green 40 ◦ blue 190

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

Shades of Deep Magenta #CB28BE

Tints of Deep Magenta #CB28BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 43.88%

R = 46.88%
G = 9.24%
B = 43.88%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#CB28BE (or 0xCB28BE) is known color: Deep Magenta. HEX triplet: CB, 28 and BE. RGB value is (203,40,190). Sum of RGB (Red+Green+Blue) = 203+40+190=433 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.88% from 433); Green value is 40 (16.02% from 255 or 9.24% from 433); Blue value is 190 (74.61% from 255 or 43.88% from 433); Max value from RGB is 203 - color contains mainly: red. Hex color #CB28BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB28BE is #34D741. Grayscale: #696969. Windows color (decimal): -3462978 or 12462283. OLE color: 12462283.

HSL color Cylindrical-coordinate representation of color #CB28BE: hue angle of 304.79º 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 #CB28BE is Cyan = 0, Magento = 0.80, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 40 190 -
CMYK 0 0.80 0.06 0.20
HSL 304.79º 0.67% 0.48% -
HSV(B) 304.79º 0.8% 0.8% -
XYZ 34.68 17.93 50.35 -
YUV 105.84 175.5 197.3 -
System Red Green Blue C M Y K H S L
Decimal 203 40 190 0 0.80 0.06 0.20 304.79 0.67 0.48
Hex CB 28 BE 0 50 6 14 131 43 30
Octal 313 50 276 0 120 6 24 461 103 60
Binary 11001011 101000 10111110 0 1010000 110 10100 100110001 1000011 110000

Color Harmonies of #CB28BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB28BE

Black with #CB28BE

Text Example


Text Example

White with #CB28BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB28BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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