Html Css Color HEX #CE0DC4 Deep Magenta

📋 copy color: '#CE0DC4'

red 206 ◦ green 13 ◦ blue 196

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

Shades of Deep Magenta #CE0DC4

Tints of Deep Magenta #CE0DC4

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.13%

 BLUE value IS 196 (76.95% from 255) = 47.23%

R = 49.64%
G = 3.13%
B = 47.23%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.05

 K value IS 0.19

RGB Variations

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

Color information

#CE0DC4 (or 0xCE0DC4) is known color: Deep Magenta. HEX triplet: CE, 0D and C4. RGB value is (206,13,196). Sum of RGB (Red+Green+Blue) = 206+13+196=415 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.64% from 415); Green value is 13 (5.47% from 255 or 3.13% from 415); Blue value is 196 (76.95% from 255 or 47.23% from 415); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0DC4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE0DC4 is #31F23B. Grayscale: #5B5B5B. Windows color (decimal): -3273276 or 12848590. OLE color: 12848590.

HSL color Cylindrical-coordinate representation of color #CE0DC4: hue angle of 303.11º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CE0DC4 is Cyan = 0, Magento = 0.94, Yellow = 0.05 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 13 196 -
CMYK 0 0.94 0.05 0.19
HSL 303.11º 0.88% 0.43% -
HSV(B) 303.11º 0.94% 0.81% -
XYZ 35.56 17.4 53.71 -
YUV 91.57 186.94 209.62 -
System Red Green Blue C M Y K H S L
Decimal 206 13 196 0 0.94 0.05 0.19 303.11 0.88 0.43
Hex CE D C4 0 5E 5 13 12F 58 2B
Octal 316 15 304 0 136 5 23 457 130 53
Binary 11001110 1101 11000100 0 1011110 101 10011 100101111 1011000 101011

Color Harmonies of #CE0DC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0DC4

Black with #CE0DC4

Text Example


Text Example

White with #CE0DC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0DC4; }

 p { color: rgb(206,13,196); }

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

background-color css

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

 a { background-color: rgb(206,13,196); }

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

border-color css

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

 span { border-color: rgb(206,13,196); }

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