Html Css Color HEX #CE02B6 Deep Magenta

📋 copy color: '#CE02B6'

red 206 ◦ green 2 ◦ blue 182

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

Shades of Deep Magenta #CE02B6

Tints of Deep Magenta #CE02B6

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.51%

 BLUE value IS 182 (71.48% from 255) = 46.67%

R = 52.82%
G = 0.51%
B = 46.67%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.12

 K value IS 0.19

RGB Variations

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

Color information

#CE02B6 (or 0xCE02B6) is known color: Deep Magenta. HEX triplet: CE, 02 and B6. RGB value is (206,2,182). Sum of RGB (Red+Green+Blue) = 206+2+182=390 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.82% from 390); Green value is 2 (1.17% from 255 or 0.51% from 390); Blue value is 182 (71.48% from 255 or 46.67% from 390); Max value from RGB is 206 - color contains mainly: red. Hex color #CE02B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE02B6 is #31FD49. Grayscale: #535353. Windows color (decimal): -3276106 or 11928270. OLE color: 11928270.

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

Color convert

RGB 206 2 182 -
CMYK 0 0.99 0.12 0.19
HSL 307.06º 0.98% 0.41% -
HSV(B) 307.06º 0.99% 0.81% -
XYZ 33.92 16.54 45.66 -
YUV 83.52 183.59 215.36 -
System Red Green Blue C M Y K H S L
Decimal 206 2 182 0 0.99 0.12 0.19 307.06 0.98 0.41
Hex CE 2 B6 0 63 C 13 133 62 29
Octal 316 2 266 0 143 14 23 463 142 51
Binary 11001110 10 10110110 0 1100011 1100 10011 100110011 1100010 101001

Color Harmonies of #CE02B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE02B6

Black with #CE02B6

Text Example


Text Example

White with #CE02B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE02B6; }

 p { color: rgb(206,2,182); }

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

background-color css

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

 a { background-color: rgb(206,2,182); }

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

border-color css

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

 span { border-color: rgb(206,2,182); }

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