Html Css Color HEX #C310DD Deep Magenta

📋 copy color: '#C310DD'

red 195 ◦ green 16 ◦ blue 221

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

Shades of Deep Magenta #C310DD

Tints of Deep Magenta #C310DD

RGB

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

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

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

R = 45.14%
G = 3.7%
B = 51.16%

CMYK

 C value IS 0.12

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C310DD (or 0xC310DD) is known color: Deep Magenta. HEX triplet: C3, 10 and DD. RGB value is (195,16,221). Sum of RGB (Red+Green+Blue) = 195+16+221=432 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.14% from 432); Green value is 16 (6.64% from 255 or 3.70% from 432); Blue value is 221 (86.72% from 255 or 51.16% from 432); Max value from RGB is 221 - color contains mainly: blue. Hex color #C310DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C310DD is #3CEF22. Grayscale: #5C5C5C. Windows color (decimal): -3993379 or 14487747. OLE color: 14487747.

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

Color convert

RGB 195 16 221 -
CMYK 0.12 0.93 0 0.13
HSL 292.39º 0.86% 0.46% -
HSV(B) 292.39º 0.93% 0.87% -
XYZ 35.74 17.19 69.84 -
YUV 92.89 200.3 200.83 -
System Red Green Blue C M Y K H S L
Decimal 195 16 221 0.12 0.93 0 0.13 292.39 0.86 0.46
Hex C3 10 DD C 5D 0 D 124 56 2E
Octal 303 20 335 14 135 0 15 444 126 56
Binary 11000011 10000 11011101 1100 1011101 0 1101 100100100 1010110 101110

Color Harmonies of #C310DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C310DD

Black with #C310DD

Text Example


Text Example

White with #C310DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C310DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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