Html Css Color HEX #CE25BC Deep Magenta

📋 copy color: '#CE25BC'

red 206 ◦ green 37 ◦ blue 188

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

Shades of Deep Magenta #CE25BC

Tints of Deep Magenta #CE25BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 43.62%

R = 47.8%
G = 8.58%
B = 43.62%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#CE25BC (or 0xCE25BC) is known color: Deep Magenta. HEX triplet: CE, 25 and BC. RGB value is (206,37,188). Sum of RGB (Red+Green+Blue) = 206+37+188=431 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.80% from 431); Green value is 37 (14.84% from 255 or 8.58% from 431); Blue value is 188 (73.83% from 255 or 43.62% from 431); Max value from RGB is 206 - color contains mainly: red. Hex color #CE25BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE25BC is #31DA43. Grayscale: #686868. Windows color (decimal): -3267140 or 12330446. OLE color: 12330446.

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

Color convert

RGB 206 37 188 -
CMYK 0 0.82 0.09 0.19
HSL 306.39º 0.7% 0.48% -
HSV(B) 306.39º 0.82% 0.81% -
XYZ 35.19 18.08 49.21 -
YUV 104.75 174.99 200.22 -
System Red Green Blue C M Y K H S L
Decimal 206 37 188 0 0.82 0.09 0.19 306.39 0.7 0.48
Hex CE 25 BC 0 52 9 13 132 46 30
Octal 316 45 274 0 122 11 23 462 106 60
Binary 11001110 100101 10111100 0 1010010 1001 10011 100110010 1000110 110000

Color Harmonies of #CE25BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE25BC

Black with #CE25BC

Text Example


Text Example

White with #CE25BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE25BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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