Html Css Color HEX #C314CD Deep Magenta

📋 copy color: '#C314CD'

red 195 ◦ green 20 ◦ blue 205

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

Shades of Deep Magenta #C314CD

Tints of Deep Magenta #C314CD

RGB

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

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

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

R = 46.43%
G = 4.76%
B = 48.81%

CMYK

 C value IS 0.05

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C314CD (or 0xC314CD) is known color: Deep Magenta. HEX triplet: C3, 14 and CD. RGB value is (195,20,205). Sum of RGB (Red+Green+Blue) = 195+20+205=420 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.43% from 420); Green value is 20 (8.20% from 255 or 4.76% from 420); Blue value is 205 (80.47% from 255 or 48.81% from 420); Max value from RGB is 205 - color contains mainly: blue. Hex color #C314CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C314CD is #3CEB32. Grayscale: #5C5C5C. Windows color (decimal): -3992371 or 13440195. OLE color: 13440195.

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

Color convert

RGB 195 20 205 -
CMYK 0.05 0.90 0 0.20
HSL 296.76º 0.82% 0.44% -
HSV(B) 296.76º 0.9% 0.8% -
XYZ 33.78 16.51 59.16 -
YUV 93.42 190.98 200.46 -
System Red Green Blue C M Y K H S L
Decimal 195 20 205 0.05 0.90 0 0.20 296.76 0.82 0.44
Hex C3 14 CD 5 5A 0 14 129 52 2C
Octal 303 24 315 5 132 0 24 451 122 54
Binary 11000011 10100 11001101 101 1011010 0 10100 100101001 1010010 101100

Color Harmonies of #C314CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C314CD

Black with #C314CD

Text Example


Text Example

White with #C314CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C314CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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