Html Css Color HEX #CB28CD Deep Magenta

📋 copy color: '#CB28CD'

red 203 ◦ green 40 ◦ blue 205

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

Shades of Deep Magenta #CB28CD

Tints of Deep Magenta #CB28CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 45.76%

R = 45.31%
G = 8.93%
B = 45.76%

CMYK

 C value IS 0.01

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CB28CD (or 0xCB28CD) is known color: Deep Magenta. HEX triplet: CB, 28 and CD. RGB value is (203,40,205). Sum of RGB (Red+Green+Blue) = 203+40+205=448 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.31% from 448); Green value is 40 (16.02% from 255 or 8.93% from 448); Blue value is 205 (80.47% from 255 or 45.76% from 448); Max value from RGB is 205 - color contains mainly: blue. Hex color #CB28CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB28CD is #34D732. Grayscale: #6B6B6B. Windows color (decimal): -3462963 or 13445323. OLE color: 13445323.

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

Color convert

RGB 203 40 205 -
CMYK 0.01 0.80 0 0.20
HSL 299.27º 0.67% 0.48% -
HSV(B) 299.27º 0.8% 0.8% -
XYZ 36.41 18.62 59.43 -
YUV 107.55 183 196.08 -
System Red Green Blue C M Y K H S L
Decimal 203 40 205 0.01 0.80 0 0.20 299.27 0.67 0.48
Hex CB 28 CD 1 50 0 14 12B 43 30
Octal 313 50 315 1 120 0 24 453 103 60
Binary 11001011 101000 11001101 1 1010000 0 10100 100101011 1000011 110000

Color Harmonies of #CB28CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB28CD

Black with #CB28CD

Text Example


Text Example

White with #CB28CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB28CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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