Html Css Color HEX #CE05CD Deep Magenta

📋 copy color: '#CE05CD'

red 206 ◦ green 5 ◦ blue 205

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

Shades of Deep Magenta #CE05CD

Tints of Deep Magenta #CE05CD

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.2%

 BLUE value IS 205 (80.47% from 255) = 49.28%

R = 49.52%
G = 1.2%
B = 49.28%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#CE05CD (or 0xCE05CD) is known color: Deep Magenta. HEX triplet: CE, 05 and CD. RGB value is (206,5,205). Sum of RGB (Red+Green+Blue) = 206+5+205=416 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.52% from 416); Green value is 5 (2.34% from 255 or 1.20% from 416); Blue value is 205 (80.47% from 255 or 49.28% from 416); Max value from RGB is 206 - color contains mainly: red. Hex color #CE05CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE05CD is #31FA32. Grayscale: #575757. Windows color (decimal): -3275315 or 13436366. OLE color: 13436366.

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

Color convert

RGB 206 5 205 -
CMYK 0 0.98 0.00 0.19
HSL 300.3º 0.95% 0.41% -
HSV(B) 300.3º 0.98% 0.81% -
XYZ 36.53 17.64 59.24 -
YUV 87.9 194.09 212.24 -
System Red Green Blue C M Y K H S L
Decimal 206 5 205 0 0.98 0.00 0.19 300.3 0.95 0.41
Hex CE 5 CD 0 62 0 13 12C 5F 29
Octal 316 5 315 0 142 0 23 454 137 51
Binary 11001110 101 11001101 0 1100010 0 10011 100101100 1011111 101001

Color Harmonies of #CE05CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE05CD

Black with #CE05CD

Text Example


Text Example

White with #CE05CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE05CD; }

 p { color: rgb(206,5,205); }

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

background-color css

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

 a { background-color: rgb(206,5,205); }

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

border-color css

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

 span { border-color: rgb(206,5,205); }

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