Html Css Color HEX #CE06E6 Deep Magenta

📋 copy color: '#CE06E6'

red 206 ◦ green 6 ◦ blue 230

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

Shades of Deep Magenta #CE06E6

Tints of Deep Magenta #CE06E6

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.36%

 BLUE value IS 230 (90.23% from 255) = 52.04%

R = 46.61%
G = 1.36%
B = 52.04%

CMYK

 C value IS 0.10

 M value IS 0.97

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CE06E6 (or 0xCE06E6) is known color: Deep Magenta. HEX triplet: CE, 06 and E6. RGB value is (206,6,230). Sum of RGB (Red+Green+Blue) = 206+6+230=442 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.61% from 442); Green value is 6 (2.73% from 255 or 1.36% from 442); Blue value is 230 (90.23% from 255 or 52.04% from 442); Max value from RGB is 230 - color contains mainly: blue. Hex color #CE06E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE06E6 is #31F919. Grayscale: #5A5A5A. Windows color (decimal): -3275034 or 15075022. OLE color: 15075022.

HSL color Cylindrical-coordinate representation of color #CE06E6: hue angle of 293.57º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CE06E6 is Cyan = 0.10, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 206 6 230 -
CMYK 0.10 0.97 0 0.10
HSL 293.57º 0.95% 0.46% -
HSV(B) 293.57º 0.97% 0.9% -
XYZ 39.8 18.97 76.43 -
YUV 91.34 206.26 209.79 -
System Red Green Blue C M Y K H S L
Decimal 206 6 230 0.10 0.97 0 0.10 293.57 0.95 0.46
Hex CE 6 E6 A 61 0 A 126 5F 2E
Octal 316 6 346 12 141 0 12 446 137 56
Binary 11001110 110 11100110 1010 1100001 0 1010 100100110 1011111 101110

Color Harmonies of #CE06E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE06E6

Black with #CE06E6

Text Example


Text Example

White with #CE06E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE06E6; }

 p { color: rgb(206,6,230); }

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

background-color css

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

 a { background-color: rgb(206,6,230); }

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

border-color css

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

 span { border-color: rgb(206,6,230); }

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