Html Css Color HEX #CE25BD Deep Magenta

📋 copy color: '#CE25BD'

red 206 ◦ green 37 ◦ blue 189

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

Shades of Deep Magenta #CE25BD

Tints of Deep Magenta #CE25BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 43.75%

R = 47.69%
G = 8.56%
B = 43.75%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CE25BD (or 0xCE25BD) is known color: Deep Magenta. HEX triplet: CE, 25 and BD. RGB value is (206,37,189). Sum of RGB (Red+Green+Blue) = 206+37+189=432 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.69% from 432); Green value is 37 (14.84% from 255 or 8.56% from 432); Blue value is 189 (74.22% from 255 or 43.75% from 432); Max value from RGB is 206 - color contains mainly: red. Hex color #CE25BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE25BD is #31DA42. Grayscale: #686868. Windows color (decimal): -3267139 or 12395982. OLE color: 12395982.

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

Color convert

RGB 206 37 189 -
CMYK 0 0.82 0.08 0.19
HSL 306.04º 0.7% 0.48% -
HSV(B) 306.04º 0.82% 0.81% -
XYZ 35.3 18.12 49.78 -
YUV 104.86 175.49 200.14 -
System Red Green Blue C M Y K H S L
Decimal 206 37 189 0 0.82 0.08 0.19 306.04 0.7 0.48
Hex CE 25 BD 0 52 8 13 132 46 30
Octal 316 45 275 0 122 10 23 462 106 60
Binary 11001110 100101 10111101 0 1010010 1000 10011 100110010 1000110 110000

Color Harmonies of #CE25BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE25BD

Black with #CE25BD

Text Example


Text Example

White with #CE25BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE25BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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