Html Css Color HEX #C310D6 Deep Magenta

📋 copy color: '#C310D6'

red 195 ◦ green 16 ◦ blue 214

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

Shades of Deep Magenta #C310D6

Tints of Deep Magenta #C310D6

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.76%

 BLUE value IS 214 (83.98% from 255) = 50.35%

R = 45.88%
G = 3.76%
B = 50.35%

CMYK

 C value IS 0.09

 M value IS 0.93

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C310D6 (or 0xC310D6) is known color: Deep Magenta. HEX triplet: C3, 10 and D6. RGB value is (195,16,214). Sum of RGB (Red+Green+Blue) = 195+16+214=425 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.88% from 425); Green value is 16 (6.64% from 255 or 3.76% from 425); Blue value is 214 (83.98% from 255 or 50.35% from 425); Max value from RGB is 214 - color contains mainly: blue. Hex color #C310D6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C310D6 is #3CEF29. Grayscale: #5B5B5B. Windows color (decimal): -3993386 or 14028995. OLE color: 14028995.

HSL color Cylindrical-coordinate representation of color #C310D6: hue angle of 294.24º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C310D6 is Cyan = 0.09, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 195 16 214 -
CMYK 0.09 0.93 0 0.16
HSL 294.24º 0.86% 0.45% -
HSV(B) 294.24º 0.93% 0.84% -
XYZ 34.83 16.83 65.03 -
YUV 92.09 196.8 201.4 -
System Red Green Blue C M Y K H S L
Decimal 195 16 214 0.09 0.93 0 0.16 294.24 0.86 0.45
Hex C3 10 D6 9 5D 0 10 126 56 2D
Octal 303 20 326 11 135 0 20 446 126 55
Binary 11000011 10000 11010110 1001 1011101 0 10000 100100110 1010110 101101

Color Harmonies of #C310D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C310D6

Black with #C310D6

Text Example


Text Example

White with #C310D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C310D6; }

 p { color: rgb(195,16,214); }

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

background-color css

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

 a { background-color: rgb(195,16,214); }

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

border-color css

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

 span { border-color: rgb(195,16,214); }

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