Html Css Color HEX #CE05BF Deep Magenta

📋 copy color: '#CE05BF'

red 206 ◦ green 5 ◦ blue 191

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

Shades of Deep Magenta #CE05BF

Tints of Deep Magenta #CE05BF

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.24%

 BLUE value IS 191 (75% from 255) = 47.51%

R = 51.24%
G = 1.24%
B = 47.51%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#CE05BF (or 0xCE05BF) is known color: Deep Magenta. HEX triplet: CE, 05 and BF. RGB value is (206,5,191). Sum of RGB (Red+Green+Blue) = 206+5+191=402 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.24% from 402); Green value is 5 (2.34% from 255 or 1.24% from 402); Blue value is 191 (75% from 255 or 47.51% from 402); Max value from RGB is 206 - color contains mainly: red. Hex color #CE05BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE05BF is #31FA40. Grayscale: #555555. Windows color (decimal): -3275329 or 12518862. OLE color: 12518862.

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

Color convert

RGB 206 5 191 -
CMYK 0 0.98 0.07 0.19
HSL 304.48º 0.95% 0.41% -
HSV(B) 304.48º 0.98% 0.81% -
XYZ 34.91 16.99 50.73 -
YUV 86.3 187.09 213.38 -
System Red Green Blue C M Y K H S L
Decimal 206 5 191 0 0.98 0.07 0.19 304.48 0.95 0.41
Hex CE 5 BF 0 62 7 13 130 5F 29
Octal 316 5 277 0 142 7 23 460 137 51
Binary 11001110 101 10111111 0 1100010 111 10011 100110000 1011111 101001

Color Harmonies of #CE05BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE05BF

Black with #CE05BF

Text Example


Text Example

White with #CE05BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE05BF; }

 p { color: rgb(206,5,191); }

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

background-color css

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

 a { background-color: rgb(206,5,191); }

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

border-color css

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

 span { border-color: rgb(206,5,191); }

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