Html Css Color HEX #CE25BA Deep Magenta

📋 copy color: '#CE25BA'

red 206 ◦ green 37 ◦ blue 186

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

Shades of Deep Magenta #CE25BA

Tints of Deep Magenta #CE25BA

RGB

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

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

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

R = 48.02%
G = 8.62%
B = 43.36%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CE25BA (or 0xCE25BA) is known color: Deep Magenta. HEX triplet: CE, 25 and BA. RGB value is (206,37,186). Sum of RGB (Red+Green+Blue) = 206+37+186=429 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.02% from 429); Green value is 37 (14.84% from 255 or 8.62% from 429); Blue value is 186 (73.05% from 255 or 43.36% from 429); Max value from RGB is 206 - color contains mainly: red. Hex color #CE25BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE25BA is #31DA45. Grayscale: #686868. Windows color (decimal): -3267142 or 12199374. OLE color: 12199374.

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

Color convert

RGB 206 37 186 -
CMYK 0 0.82 0.10 0.19
HSL 307.1º 0.7% 0.48% -
HSV(B) 307.1º 0.82% 0.81% -
XYZ 34.98 17.99 48.08 -
YUV 104.52 173.99 200.38 -
System Red Green Blue C M Y K H S L
Decimal 206 37 186 0 0.82 0.10 0.19 307.1 0.7 0.48
Hex CE 25 BA 0 52 A 13 133 46 30
Octal 316 45 272 0 122 12 23 463 106 60
Binary 11001110 100101 10111010 0 1010010 1010 10011 100110011 1000110 110000

Color Harmonies of #CE25BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE25BA

Black with #CE25BA

Text Example


Text Example

White with #CE25BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE25BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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