Html Css Color HEX #CE02A7 Deep Magenta

📋 copy color: '#CE02A7'

red 206 ◦ green 2 ◦ blue 167

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

Shades of Deep Magenta #CE02A7

Tints of Deep Magenta #CE02A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 44.53%

R = 54.93%
G = 0.53%
B = 44.53%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.19

 K value IS 0.19

RGB Variations

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

Color information

#CE02A7 (or 0xCE02A7) is known color: Deep Magenta. HEX triplet: CE, 02 and A7. RGB value is (206,2,167). Sum of RGB (Red+Green+Blue) = 206+2+167=375 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.93% from 375); Green value is 2 (1.17% from 255 or 0.53% from 375); Blue value is 167 (65.62% from 255 or 44.53% from 375); Max value from RGB is 206 - color contains mainly: red. Hex color #CE02A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE02A7 is #31FD58. Grayscale: #515151. Windows color (decimal): -3276121 or 10945230. OLE color: 10945230.

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

Color convert

RGB 206 2 167 -
CMYK 0 0.99 0.19 0.19
HSL 311.47º 0.98% 0.41% -
HSV(B) 311.47º 0.99% 0.81% -
XYZ 32.45 15.96 37.93 -
YUV 81.81 176.09 216.58 -
System Red Green Blue C M Y K H S L
Decimal 206 2 167 0 0.99 0.19 0.19 311.47 0.98 0.41
Hex CE 2 A7 0 63 13 13 137 62 29
Octal 316 2 247 0 143 23 23 467 142 51
Binary 11001110 10 10100111 0 1100011 10011 10011 100110111 1100010 101001

Color Harmonies of #CE02A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE02A7

Black with #CE02A7

Text Example


Text Example

White with #CE02A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE02A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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