Html Css Color HEX #C814CE Deep Magenta

📋 copy color: '#C814CE'

red 200 ◦ green 20 ◦ blue 206

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

Shades of Deep Magenta #C814CE

Tints of Deep Magenta #C814CE

RGB

 RED value IS 200 (78.52% from 255) = 46.95%

 GREEN value IS 20 (8.2% from 255) = 4.69%

 BLUE value IS 206 (80.86% from 255) = 48.36%

R = 46.95%
G = 4.69%
B = 48.36%

CMYK

 C value IS 0.03

 M value IS 0.90

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C814CE (or 0xC814CE) is known color: Deep Magenta. HEX triplet: C8, 14 and CE. RGB value is (200,20,206). Sum of RGB (Red+Green+Blue) = 200+20+206=426 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.95% from 426); Green value is 20 (8.20% from 255 or 4.69% from 426); Blue value is 206 (80.86% from 255 or 48.36% from 426); Max value from RGB is 206 - color contains mainly: blue. Hex color #C814CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C814CE is #37EB31. Grayscale: #5E5E5E. Windows color (decimal): -3664690 or 13505736. OLE color: 13505736.

HSL color Cylindrical-coordinate representation of color #C814CE: hue angle of 298.06º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C814CE is Cyan = 0.03, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 200 20 206 -
CMYK 0.03 0.90 0 0.19
HSL 298.06º 0.82% 0.44% -
HSV(B) 298.06º 0.9% 0.81% -
XYZ 35.21 17.24 59.86 -
YUV 95.02 190.63 202.88 -
System Red Green Blue C M Y K H S L
Decimal 200 20 206 0.03 0.90 0 0.19 298.06 0.82 0.44
Hex C8 14 CE 3 5A 0 13 12A 52 2C
Octal 310 24 316 3 132 0 23 452 122 54
Binary 11001000 10100 11001110 11 1011010 0 10011 100101010 1010010 101100

Color Harmonies of #C814CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C814CE

Black with #C814CE

Text Example


Text Example

White with #C814CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C814CE; }

 p { color: rgb(200,20,206); }

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

background-color css

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

 a { background-color: rgb(200,20,206); }

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

border-color css

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

 span { border-color: rgb(200,20,206); }

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