Html Css Color HEX #CE02CC Deep Magenta

📋 copy color: '#CE02CC'

red 206 ◦ green 2 ◦ blue 204

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

Shades of Deep Magenta #CE02CC

Tints of Deep Magenta #CE02CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 49.51%

R = 50%
G = 0.49%
B = 49.51%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CE02CC (or 0xCE02CC) is known color: Deep Magenta. HEX triplet: CE, 02 and CC. RGB value is (206,2,204). Sum of RGB (Red+Green+Blue) = 206+2+204=412 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50% from 412); Green value is 2 (1.17% from 255 or 0.49% from 412); Blue value is 204 (80.08% from 255 or 49.51% from 412); Max value from RGB is 206 - color contains mainly: red. Hex color #CE02CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE02CC is #31FD33. Grayscale: #555555. Windows color (decimal): -3276084 or 13370062. OLE color: 13370062.

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

Color convert

RGB 206 2 204 -
CMYK 0 0.99 0.01 0.19
HSL 300.59º 0.98% 0.41% -
HSV(B) 300.59º 0.99% 0.81% -
XYZ 36.37 17.52 58.59 -
YUV 86.02 194.59 213.57 -
System Red Green Blue C M Y K H S L
Decimal 206 2 204 0 0.99 0.01 0.19 300.59 0.98 0.41
Hex CE 2 CC 0 63 1 13 12D 62 29
Octal 316 2 314 0 143 1 23 455 142 51
Binary 11001110 10 11001100 0 1100011 1 10011 100101101 1100010 101001

Color Harmonies of #CE02CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE02CC

Black with #CE02CC

Text Example


Text Example

White with #CE02CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE02CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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