Html Css Color HEX #CE24B0 Deep Magenta

📋 copy color: '#CE24B0'

red 206 ◦ green 36 ◦ blue 176

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

Shades of Deep Magenta #CE24B0

Tints of Deep Magenta #CE24B0

RGB

 RED value IS 206 (80.86% from 255) = 49.28%

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

 BLUE value IS 176 (69.14% from 255) = 42.11%

R = 49.28%
G = 8.61%
B = 42.11%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#CE24B0 (or 0xCE24B0) is known color: Deep Magenta. HEX triplet: CE, 24 and B0. RGB value is (206,36,176). Sum of RGB (Red+Green+Blue) = 206+36+176=418 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.28% from 418); Green value is 36 (14.45% from 255 or 8.61% from 418); Blue value is 176 (69.14% from 255 or 42.11% from 418); Max value from RGB is 206 - color contains mainly: red. Hex color #CE24B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE24B0 is #31DB4F. Grayscale: #666666. Windows color (decimal): -3267408 or 11543758. OLE color: 11543758.

HSL color Cylindrical-coordinate representation of color #CE24B0: hue angle of 310.59º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CE24B0 is Cyan = 0, Magento = 0.83, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 36 176 -
CMYK 0 0.83 0.15 0.19
HSL 310.59º 0.7% 0.47% -
HSV(B) 310.59º 0.83% 0.81% -
XYZ 33.92 17.52 42.67 -
YUV 102.79 169.32 201.62 -
System Red Green Blue C M Y K H S L
Decimal 206 36 176 0 0.83 0.15 0.19 310.59 0.7 0.47
Hex CE 24 B0 0 53 F 13 137 46 2F
Octal 316 44 260 0 123 17 23 467 106 57
Binary 11001110 100100 10110000 0 1010011 1111 10011 100110111 1000110 101111

Color Harmonies of #CE24B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE24B0

Black with #CE24B0

Text Example


Text Example

White with #CE24B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE24B0; }

 p { color: rgb(206,36,176); }

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

background-color css

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

 a { background-color: rgb(206,36,176); }

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

border-color css

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

 span { border-color: rgb(206,36,176); }

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