Html Css Color HEX #CE25BF Deep Magenta

📋 copy color: '#CE25BF'

red 206 ◦ green 37 ◦ blue 191

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

Shades of Deep Magenta #CE25BF

Tints of Deep Magenta #CE25BF

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.53%

 BLUE value IS 191 (75% from 255) = 44.01%

R = 47.47%
G = 8.53%
B = 44.01%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#CE25BF (or 0xCE25BF) is known color: Deep Magenta. HEX triplet: CE, 25 and BF. RGB value is (206,37,191). Sum of RGB (Red+Green+Blue) = 206+37+191=434 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.47% from 434); Green value is 37 (14.84% from 255 or 8.53% from 434); Blue value is 191 (75% from 255 or 44.01% from 434); Max value from RGB is 206 - color contains mainly: red. Hex color #CE25BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE25BF is #31DA40. Grayscale: #686868. Windows color (decimal): -3267137 or 12527054. OLE color: 12527054.

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

Color convert

RGB 206 37 191 -
CMYK 0 0.82 0.07 0.19
HSL 305.33º 0.7% 0.48% -
HSV(B) 305.33º 0.82% 0.81% -
XYZ 35.52 18.21 50.93 -
YUV 105.09 176.49 199.98 -
System Red Green Blue C M Y K H S L
Decimal 206 37 191 0 0.82 0.07 0.19 305.33 0.7 0.48
Hex CE 25 BF 0 52 7 13 131 46 30
Octal 316 45 277 0 122 7 23 461 106 60
Binary 11001110 100101 10111111 0 1010010 111 10011 100110001 1000110 110000

Color Harmonies of #CE25BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE25BF

Black with #CE25BF

Text Example


Text Example

White with #CE25BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE25BF; }

 p { color: rgb(206,37,191); }

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

background-color css

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

 a { background-color: rgb(206,37,191); }

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

border-color css

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

 span { border-color: rgb(206,37,191); }

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