Html Css Color HEX #C814C5 Deep Magenta

📋 copy color: '#C814C5'

red 200 ◦ green 20 ◦ blue 197

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

Shades of Deep Magenta #C814C5

Tints of Deep Magenta #C814C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 47.24%

R = 47.96%
G = 4.8%
B = 47.24%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.02

 K value IS 0.22

RGB Variations

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

Color information

#C814C5 (or 0xC814C5) is known color: Deep Magenta. HEX triplet: C8, 14 and C5. RGB value is (200,20,197). Sum of RGB (Red+Green+Blue) = 200+20+197=417 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.96% from 417); Green value is 20 (8.20% from 255 or 4.80% from 417); Blue value is 197 (77.34% from 255 or 47.24% from 417); Max value from RGB is 200 - color contains mainly: red. Hex color #C814C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C814C5 is #37EB3A. Grayscale: #5D5D5D. Windows color (decimal): -3664699 or 12915912. OLE color: 12915912.

HSL color Cylindrical-coordinate representation of color #C814C5: hue angle of 301º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C814C5 is Cyan = 0, Magento = 0.9, Yellow = 0.02 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 20 197 -
CMYK 0 0.9 0.02 0.22
HSL 301º 0.82% 0.43% -
HSV(B) 301º 0.9% 0.78% -
XYZ 34.15 16.81 54.27 -
YUV 94 186.13 203.61 -
System Red Green Blue C M Y K H S L
Decimal 200 20 197 0 0.9 0.02 0.22 301 0.82 0.43
Hex C8 14 C5 0 5A 2 16 12D 52 2B
Octal 310 24 305 0 132 2 26 455 122 53
Binary 11001000 10100 11000101 0 1011010 10 10110 100101101 1010010 101011

Color Harmonies of #C814C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C814C5

Black with #C814C5

Text Example


Text Example

White with #C814C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C814C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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