Html Css Color HEX #C312DB Deep Magenta

📋 copy color: '#C312DB'

red 195 ◦ green 18 ◦ blue 219

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

Shades of Deep Magenta #C312DB

Tints of Deep Magenta #C312DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 50.69%

R = 45.14%
G = 4.17%
B = 50.69%

CMYK

 C value IS 0.11

 M value IS 0.92

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C312DB (or 0xC312DB) is known color: Deep Magenta. HEX triplet: C3, 12 and DB. RGB value is (195,18,219). Sum of RGB (Red+Green+Blue) = 195+18+219=432 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.14% from 432); Green value is 18 (7.42% from 255 or 4.17% from 432); Blue value is 219 (85.94% from 255 or 50.69% from 432); Max value from RGB is 219 - color contains mainly: blue. Hex color #C312DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C312DB is #3CED24. Grayscale: #5D5D5D. Windows color (decimal): -3992869 or 14357187. OLE color: 14357187.

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

Color convert

RGB 195 18 219 -
CMYK 0.11 0.92 0 0.14
HSL 292.84º 0.85% 0.46% -
HSV(B) 292.84º 0.92% 0.86% -
XYZ 35.51 17.15 68.46 -
YUV 93.84 198.64 200.16 -
System Red Green Blue C M Y K H S L
Decimal 195 18 219 0.11 0.92 0 0.14 292.84 0.85 0.46
Hex C3 12 DB B 5C 0 E 125 55 2E
Octal 303 22 333 13 134 0 16 445 125 56
Binary 11000011 10010 11011011 1011 1011100 0 1110 100100101 1010101 101110

Color Harmonies of #C312DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C312DB

Black with #C312DB

Text Example


Text Example

White with #C312DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C312DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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