Html Css Color HEX #C319DD Deep Magenta

📋 copy color: '#C319DD'

red 195 ◦ green 25 ◦ blue 221

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

Shades of Deep Magenta #C319DD

Tints of Deep Magenta #C319DD

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.67%

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

R = 44.22%
G = 5.67%
B = 50.11%

CMYK

 C value IS 0.12

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C319DD (or 0xC319DD) is known color: Deep Magenta. HEX triplet: C3, 19 and DD. RGB value is (195,25,221). Sum of RGB (Red+Green+Blue) = 195+25+221=441 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.22% from 441); Green value is 25 (10.16% from 255 or 5.67% from 441); Blue value is 221 (86.72% from 255 or 50.11% from 441); Max value from RGB is 221 - color contains mainly: blue. Hex color #C319DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C319DD is #3CE622. Grayscale: #616161. Windows color (decimal): -3991075 or 14490051. OLE color: 14490051.

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

Color convert

RGB 195 25 221 -
CMYK 0.12 0.89 0 0.13
HSL 292.04º 0.8% 0.48% -
HSV(B) 292.04º 0.89% 0.87% -
XYZ 35.9 17.52 69.9 -
YUV 98.17 197.32 197.06 -
System Red Green Blue C M Y K H S L
Decimal 195 25 221 0.12 0.89 0 0.13 292.04 0.8 0.48
Hex C3 19 DD C 59 0 D 124 50 30
Octal 303 31 335 14 131 0 15 444 120 60
Binary 11000011 11001 11011101 1100 1011001 0 1101 100100100 1010000 110000

Color Harmonies of #C319DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C319DD

Black with #C319DD

Text Example


Text Example

White with #C319DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C319DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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