Html Css Color HEX #C312DD Deep Magenta

📋 copy color: '#C312DD'

red 195 ◦ green 18 ◦ blue 221

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

Shades of Deep Magenta #C312DD

Tints of Deep Magenta #C312DD

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.15%

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

R = 44.93%
G = 4.15%
B = 50.92%

CMYK

 C value IS 0.12

 M value IS 0.92

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C312DD (or 0xC312DD) is known color: Deep Magenta. HEX triplet: C3, 12 and DD. RGB value is (195,18,221). Sum of RGB (Red+Green+Blue) = 195+18+221=434 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.93% from 434); Green value is 18 (7.42% from 255 or 4.15% from 434); Blue value is 221 (86.72% from 255 or 50.92% from 434); Max value from RGB is 221 - color contains mainly: blue. Hex color #C312DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C312DD is #3CED22. Grayscale: #5D5D5D. Windows color (decimal): -3992867 or 14488259. OLE color: 14488259.

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

Color convert

RGB 195 18 221 -
CMYK 0.12 0.92 0 0.13
HSL 292.32º 0.85% 0.47% -
HSV(B) 292.32º 0.92% 0.87% -
XYZ 35.77 17.26 69.85 -
YUV 94.07 199.64 199.99 -
System Red Green Blue C M Y K H S L
Decimal 195 18 221 0.12 0.92 0 0.13 292.32 0.85 0.47
Hex C3 12 DD C 5C 0 D 124 55 2F
Octal 303 22 335 14 134 0 15 444 125 57
Binary 11000011 10010 11011101 1100 1011100 0 1101 100100100 1010101 101111

Color Harmonies of #C312DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C312DD

Black with #C312DD

Text Example


Text Example

White with #C312DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C312DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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