Html Css Color HEX #C314DD Deep Magenta

📋 copy color: '#C314DD'

red 195 ◦ green 20 ◦ blue 221

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

Shades of Deep Magenta #C314DD

Tints of Deep Magenta #C314DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 50.69%

R = 44.72%
G = 4.59%
B = 50.69%

CMYK

 C value IS 0.12

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C314DD (or 0xC314DD) is known color: Deep Magenta. HEX triplet: C3, 14 and DD. RGB value is (195,20,221). Sum of RGB (Red+Green+Blue) = 195+20+221=436 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.72% from 436); Green value is 20 (8.20% from 255 or 4.59% from 436); Blue value is 221 (86.72% from 255 or 50.69% from 436); Max value from RGB is 221 - color contains mainly: blue. Hex color #C314DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C314DD is #3CEB22. Grayscale: #5E5E5E. Windows color (decimal): -3992355 or 14488771. OLE color: 14488771.

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

Color convert

RGB 195 20 221 -
CMYK 0.12 0.91 0 0.13
HSL 292.24º 0.83% 0.47% -
HSV(B) 292.24º 0.91% 0.87% -
XYZ 35.81 17.32 69.86 -
YUV 95.24 198.98 199.16 -
System Red Green Blue C M Y K H S L
Decimal 195 20 221 0.12 0.91 0 0.13 292.24 0.83 0.47
Hex C3 14 DD C 5B 0 D 124 53 2F
Octal 303 24 335 14 133 0 15 444 123 57
Binary 11000011 10100 11011101 1100 1011011 0 1101 100100100 1010011 101111

Color Harmonies of #C314DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C314DD

Black with #C314DD

Text Example


Text Example

White with #C314DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C314DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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