Html Css Color HEX #C314DC Deep Magenta

📋 copy color: '#C314DC'

red 195 ◦ green 20 ◦ blue 220

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

Shades of Deep Magenta #C314DC

Tints of Deep Magenta #C314DC

RGB

 RED value IS 195 (76.56% from 255) = 44.83%

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

 BLUE value IS 220 (86.33% from 255) = 50.57%

R = 44.83%
G = 4.6%
B = 50.57%

CMYK

 C value IS 0.11

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C314DC (or 0xC314DC) is known color: Deep Magenta. HEX triplet: C3, 14 and DC. RGB value is (195,20,220). Sum of RGB (Red+Green+Blue) = 195+20+220=435 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.83% from 435); Green value is 20 (8.20% from 255 or 4.60% from 435); Blue value is 220 (86.33% from 255 or 50.57% from 435); Max value from RGB is 220 - color contains mainly: blue. Hex color #C314DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C314DC is #3CEB23. Grayscale: #5E5E5E. Windows color (decimal): -3992356 or 14423235. OLE color: 14423235.

HSL color Cylindrical-coordinate representation of color #C314DC: hue angle of 292.5º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C314DC is Cyan = 0.11, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 195 20 220 -
CMYK 0.11 0.91 0 0.14
HSL 292.5º 0.83% 0.47% -
HSV(B) 292.5º 0.91% 0.86% -
XYZ 35.67 17.27 69.16 -
YUV 95.13 198.48 199.24 -
System Red Green Blue C M Y K H S L
Decimal 195 20 220 0.11 0.91 0 0.14 292.5 0.83 0.47
Hex C3 14 DC B 5B 0 E 124 53 2F
Octal 303 24 334 13 133 0 16 444 123 57
Binary 11000011 10100 11011100 1011 1011011 0 1110 100100100 1010011 101111

Color Harmonies of #C314DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C314DC

Black with #C314DC

Text Example


Text Example

White with #C314DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C314DC; }

 p { color: rgb(195,20,220); }

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

background-color css

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

 a { background-color: rgb(195,20,220); }

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

border-color css

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

 span { border-color: rgb(195,20,220); }

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