Html Css Color HEX #CB24BE Deep Magenta

📋 copy color: '#CB24BE'

red 203 ◦ green 36 ◦ blue 190

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

Shades of Deep Magenta #CB24BE

Tints of Deep Magenta #CB24BE

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.39%

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

R = 47.32%
G = 8.39%
B = 44.29%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#CB24BE (or 0xCB24BE) is known color: Deep Magenta. HEX triplet: CB, 24 and BE. RGB value is (203,36,190). Sum of RGB (Red+Green+Blue) = 203+36+190=429 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.32% from 429); Green value is 36 (14.45% from 255 or 8.39% from 429); Blue value is 190 (74.61% from 255 or 44.29% from 429); Max value from RGB is 203 - color contains mainly: red. Hex color #CB24BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB24BE is #34DB41. Grayscale: #676767. Windows color (decimal): -3464002 or 12461259. OLE color: 12461259.

HSL color Cylindrical-coordinate representation of color #CB24BE: hue angle of 304.67º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CB24BE is Cyan = 0, Magento = 0.82, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 36 190 -
CMYK 0 0.82 0.06 0.20
HSL 304.67º 0.7% 0.47% -
HSV(B) 304.67º 0.82% 0.8% -
XYZ 34.55 17.68 50.31 -
YUV 103.49 176.83 198.98 -
System Red Green Blue C M Y K H S L
Decimal 203 36 190 0 0.82 0.06 0.20 304.67 0.7 0.47
Hex CB 24 BE 0 52 6 14 131 46 2F
Octal 313 44 276 0 122 6 24 461 106 57
Binary 11001011 100100 10111110 0 1010010 110 10100 100110001 1000110 101111

Color Harmonies of #CB24BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB24BE

Black with #CB24BE

Text Example


Text Example

White with #CB24BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB24BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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