Html Css Color HEX #CE07B2 Deep Magenta

📋 copy color: '#CE07B2'

red 206 ◦ green 7 ◦ blue 178

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

Shades of Deep Magenta #CE07B2

Tints of Deep Magenta #CE07B2

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.79%

 BLUE value IS 178 (69.92% from 255) = 45.52%

R = 52.69%
G = 1.79%
B = 45.52%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#CE07B2 (or 0xCE07B2) is known color: Deep Magenta. HEX triplet: CE, 07 and B2. RGB value is (206,7,178). Sum of RGB (Red+Green+Blue) = 206+7+178=391 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.69% from 391); Green value is 7 (3.12% from 255 or 1.79% from 391); Blue value is 178 (69.92% from 255 or 45.52% from 391); Max value from RGB is 206 - color contains mainly: red. Hex color #CE07B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE07B2 is #31F84D. Grayscale: #555555. Windows color (decimal): -3274830 or 11667406. OLE color: 11667406.

HSL color Cylindrical-coordinate representation of color #CE07B2: hue angle of 308.44º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CE07B2 is Cyan = 0, Magento = 0.97, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 7 178 -
CMYK 0 0.97 0.14 0.19
HSL 308.44º 0.93% 0.42% -
HSV(B) 308.44º 0.97% 0.81% -
XYZ 33.57 16.49 43.53 -
YUV 86 179.93 213.6 -
System Red Green Blue C M Y K H S L
Decimal 206 7 178 0 0.97 0.14 0.19 308.44 0.93 0.42
Hex CE 7 B2 0 61 E 13 134 5D 2A
Octal 316 7 262 0 141 16 23 464 135 52
Binary 11001110 111 10110010 0 1100001 1110 10011 100110100 1011101 101010

Color Harmonies of #CE07B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE07B2

Black with #CE07B2

Text Example


Text Example

White with #CE07B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE07B2; }

 p { color: rgb(206,7,178); }

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

background-color css

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

 a { background-color: rgb(206,7,178); }

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

border-color css

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

 span { border-color: rgb(206,7,178); }

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