Html Css Color HEX #CE0BAF Deep Magenta

📋 copy color: '#CE0BAF'

red 206 ◦ green 11 ◦ blue 175

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

Shades of Deep Magenta #CE0BAF

Tints of Deep Magenta #CE0BAF

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.81%

 BLUE value IS 175 (68.75% from 255) = 44.64%

R = 52.55%
G = 2.81%
B = 44.64%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#CE0BAF (or 0xCE0BAF) is known color: Deep Magenta. HEX triplet: CE, 0B and AF. RGB value is (206,11,175). Sum of RGB (Red+Green+Blue) = 206+11+175=392 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.55% from 392); Green value is 11 (4.69% from 255 or 2.81% from 392); Blue value is 175 (68.75% from 255 or 44.64% from 392); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0BAF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE0BAF is #31F450. Grayscale: #575757. Windows color (decimal): -3273809 or 11471822. OLE color: 11471822.

HSL color Cylindrical-coordinate representation of color #CE0BAF: hue angle of 309.54º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CE0BAF is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 11 175 -
CMYK 0 0.95 0.15 0.19
HSL 309.54º 0.9% 0.43% -
HSV(B) 309.54º 0.95% 0.81% -
XYZ 33.31 16.46 41.98 -
YUV 88 177.1 212.16 -
System Red Green Blue C M Y K H S L
Decimal 206 11 175 0 0.95 0.15 0.19 309.54 0.9 0.43
Hex CE B AF 0 5F F 13 136 5A 2B
Octal 316 13 257 0 137 17 23 466 132 53
Binary 11001110 1011 10101111 0 1011111 1111 10011 100110110 1011010 101011

Color Harmonies of #CE0BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0BAF

Black with #CE0BAF

Text Example


Text Example

White with #CE0BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0BAF; }

 p { color: rgb(206,11,175); }

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

background-color css

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

 a { background-color: rgb(206,11,175); }

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

border-color css

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

 span { border-color: rgb(206,11,175); }

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