Html Css Color HEX #CE25BB Deep Magenta

📋 copy color: '#CE25BB'

red 206 ◦ green 37 ◦ blue 187

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

Shades of Deep Magenta #CE25BB

Tints of Deep Magenta #CE25BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 43.49%

R = 47.91%
G = 8.6%
B = 43.49%

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

#CE25BB (or 0xCE25BB) is known color: Deep Magenta. HEX triplet: CE, 25 and BB. RGB value is (206,37,187). Sum of RGB (Red+Green+Blue) = 206+37+187=430 (56% of max value = 765). Red value is 206 (80.86% from 255 or 47.91% from 430); Green value is 37 (14.84% from 255 or 8.60% from 430); Blue value is 187 (73.44% from 255 or 43.49% from 430); Max value from RGB is 206 - color contains mainly: red. Hex color #CE25BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE25BB is #31DA44. Grayscale: #686868. Windows color (decimal): -3267141 or 12264910. OLE color: 12264910.

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

Color convert

RGB 206 37 187 -
CMYK 0 0.82 0.09 0.19
HSL 306.75º 0.7% 0.48% -
HSV(B) 306.75º 0.82% 0.81% -
XYZ 35.08 18.03 48.65 -
YUV 104.63 174.49 200.3 -
System Red Green Blue C M Y K H S L
Decimal 206 37 187 0 0.82 0.09 0.19 306.75 0.7 0.48
Hex CE 25 BB 0 52 9 13 133 46 30
Octal 316 45 273 0 122 11 23 463 106 60
Binary 11001110 100101 10111011 0 1010010 1001 10011 100110011 1000110 110000

Color Harmonies of #CE25BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE25BB

Black with #CE25BB

Text Example


Text Example

White with #CE25BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE25BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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