Html Css Color HEX #C814CD Deep Magenta

📋 copy color: '#C814CD'

red 200 ◦ green 20 ◦ blue 205

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

Shades of Deep Magenta #C814CD

Tints of Deep Magenta #C814CD

RGB

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

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

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

R = 47.06%
G = 4.71%
B = 48.24%

CMYK

 C value IS 0.02

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C814CD (or 0xC814CD) is known color: Deep Magenta. HEX triplet: C8, 14 and CD. RGB value is (200,20,205). Sum of RGB (Red+Green+Blue) = 200+20+205=425 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.06% from 425); Green value is 20 (8.20% from 255 or 4.71% from 425); Blue value is 205 (80.47% from 255 or 48.24% from 425); Max value from RGB is 205 - color contains mainly: blue. Hex color #C814CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C814CD is #37EB32. Grayscale: #5E5E5E. Windows color (decimal): -3664691 or 13440200. OLE color: 13440200.

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

Color convert

RGB 200 20 205 -
CMYK 0.02 0.90 0 0.20
HSL 298.38º 0.82% 0.44% -
HSV(B) 298.38º 0.9% 0.8% -
XYZ 35.09 17.19 59.23 -
YUV 94.91 190.13 202.96 -
System Red Green Blue C M Y K H S L
Decimal 200 20 205 0.02 0.90 0 0.20 298.38 0.82 0.44
Hex C8 14 CD 2 5A 0 14 12A 52 2C
Octal 310 24 315 2 132 0 24 452 122 54
Binary 11001000 10100 11001101 10 1011010 0 10100 100101010 1010010 101100

Color Harmonies of #C814CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C814CD

Black with #C814CD

Text Example


Text Example

White with #C814CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C814CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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