Html Css Color HEX #C310DA Deep Magenta

📋 copy color: '#C310DA'

red 195 ◦ green 16 ◦ blue 218

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

Shades of Deep Magenta #C310DA

Tints of Deep Magenta #C310DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 50.82%

R = 45.45%
G = 3.73%
B = 50.82%

CMYK

 C value IS 0.11

 M value IS 0.93

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C310DA (or 0xC310DA) is known color: Deep Magenta. HEX triplet: C3, 10 and DA. RGB value is (195,16,218). Sum of RGB (Red+Green+Blue) = 195+16+218=429 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.45% from 429); Green value is 16 (6.64% from 255 or 3.73% from 429); Blue value is 218 (85.55% from 255 or 50.82% from 429); Max value from RGB is 218 - color contains mainly: blue. Hex color #C310DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C310DA is #3CEF25. Grayscale: #5B5B5B. Windows color (decimal): -3993382 or 14291139. OLE color: 14291139.

HSL color Cylindrical-coordinate representation of color #C310DA: hue angle of 293.17º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C310DA is Cyan = 0.11, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 195 16 218 -
CMYK 0.11 0.93 0 0.15
HSL 293.17º 0.86% 0.46% -
HSV(B) 293.17º 0.93% 0.85% -
XYZ 35.35 17.03 67.75 -
YUV 92.55 198.8 201.07 -
System Red Green Blue C M Y K H S L
Decimal 195 16 218 0.11 0.93 0 0.15 293.17 0.86 0.46
Hex C3 10 DA B 5D 0 F 125 56 2E
Octal 303 20 332 13 135 0 17 445 126 56
Binary 11000011 10000 11011010 1011 1011101 0 1111 100100101 1010110 101110

Color Harmonies of #C310DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C310DA

Black with #C310DA

Text Example


Text Example

White with #C310DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C310DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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