Html Css Color HEX #C814CC Deep Magenta

📋 copy color: '#C814CC'

red 200 ◦ green 20 ◦ blue 204

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

Shades of Deep Magenta #C814CC

Tints of Deep Magenta #C814CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 48.11%

R = 47.17%
G = 4.72%
B = 48.11%

CMYK

 C value IS 0.02

 M value IS 0.90

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C814CC (or 0xC814CC) is known color: Deep Magenta. HEX triplet: C8, 14 and CC. RGB value is (200,20,204). Sum of RGB (Red+Green+Blue) = 200+20+204=424 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.17% from 424); Green value is 20 (8.20% from 255 or 4.72% from 424); Blue value is 204 (80.08% from 255 or 48.11% from 424); Max value from RGB is 204 - color contains mainly: blue. Hex color #C814CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C814CC is #37EB33. Grayscale: #5E5E5E. Windows color (decimal): -3664692 or 13374664. OLE color: 13374664.

HSL color Cylindrical-coordinate representation of color #C814CC: hue angle of 298.7º 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 #C814CC is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 200 20 204 -
CMYK 0.02 0.90 0 0.2
HSL 298.7º 0.82% 0.44% -
HSV(B) 298.7º 0.9% 0.8% -
XYZ 34.97 17.14 58.59 -
YUV 94.8 189.63 203.04 -
System Red Green Blue C M Y K H S L
Decimal 200 20 204 0.02 0.90 0 0.2 298.7 0.82 0.44
Hex C8 14 CC 2 5A 0 14 12B 52 2C
Octal 310 24 314 2 132 0 24 453 122 54
Binary 11001000 10100 11001100 10 1011010 0 10100 100101011 1010010 101100

Color Harmonies of #C814CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C814CC

Black with #C814CC

Text Example


Text Example

White with #C814CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C814CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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