Html Css Color HEX #CE24BA Deep Magenta

📋 copy color: '#CE24BA'

red 206 ◦ green 36 ◦ blue 186

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

Shades of Deep Magenta #CE24BA

Tints of Deep Magenta #CE24BA

RGB

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

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

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

R = 48.13%
G = 8.41%
B = 43.46%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CE24BA (or 0xCE24BA) is known color: Deep Magenta. HEX triplet: CE, 24 and BA. RGB value is (206,36,186). Sum of RGB (Red+Green+Blue) = 206+36+186=428 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.13% from 428); Green value is 36 (14.45% from 255 or 8.41% from 428); Blue value is 186 (73.05% from 255 or 43.46% from 428); Max value from RGB is 206 - color contains mainly: red. Hex color #CE24BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE24BA is #31DB45. Grayscale: #676767. Windows color (decimal): -3267398 or 12199118. OLE color: 12199118.

HSL color Cylindrical-coordinate representation of color #CE24BA: hue angle of 307.06º 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 #CE24BA is Cyan = 0, Magento = 0.83, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 36 186 -
CMYK 0 0.83 0.10 0.19
HSL 307.06º 0.7% 0.47% -
HSV(B) 307.06º 0.83% 0.81% -
XYZ 34.95 17.93 48.07 -
YUV 103.93 174.32 200.8 -
System Red Green Blue C M Y K H S L
Decimal 206 36 186 0 0.83 0.10 0.19 307.06 0.7 0.47
Hex CE 24 BA 0 53 A 13 133 46 2F
Octal 316 44 272 0 123 12 23 463 106 57
Binary 11001110 100100 10111010 0 1010011 1010 10011 100110011 1000110 101111

Color Harmonies of #CE24BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE24BA

Black with #CE24BA

Text Example


Text Example

White with #CE24BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE24BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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