Html Css Color HEX #C320D1 Deep Magenta

📋 copy color: '#C320D1'

red 195 ◦ green 32 ◦ blue 209

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

Shades of Deep Magenta #C320D1

Tints of Deep Magenta #C320D1

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.34%

 BLUE value IS 209 (82.03% from 255) = 47.94%

R = 44.72%
G = 7.34%
B = 47.94%

CMYK

 C value IS 0.07

 M value IS 0.85

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C320D1 (or 0xC320D1) is known color: Deep Magenta. HEX triplet: C3, 20 and D1. RGB value is (195,32,209). Sum of RGB (Red+Green+Blue) = 195+32+209=436 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.72% from 436); Green value is 32 (12.89% from 255 or 7.34% from 436); Blue value is 209 (82.03% from 255 or 47.94% from 436); Max value from RGB is 209 - color contains mainly: blue. Hex color #C320D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C320D1 is #3CDF2E. Grayscale: #646464. Windows color (decimal): -3989295 or 13705411. OLE color: 13705411.

HSL color Cylindrical-coordinate representation of color #C320D1: hue angle of 295.25º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C320D1 is Cyan = 0.07, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 195 32 209 -
CMYK 0.07 0.85 0 0.18
HSL 295.25º 0.73% 0.47% -
HSV(B) 295.25º 0.85% 0.82% -
XYZ 34.53 17.24 61.83 -
YUV 100.92 189 195.11 -
System Red Green Blue C M Y K H S L
Decimal 195 32 209 0.07 0.85 0 0.18 295.25 0.73 0.47
Hex C3 20 D1 7 55 0 12 127 49 2F
Octal 303 40 321 7 125 0 22 447 111 57
Binary 11000011 100000 11010001 111 1010101 0 10010 100100111 1001001 101111

Color Harmonies of #C320D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C320D1

Black with #C320D1

Text Example


Text Example

White with #C320D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C320D1; }

 p { color: rgb(195,32,209); }

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

background-color css

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

 a { background-color: rgb(195,32,209); }

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

border-color css

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

 span { border-color: rgb(195,32,209); }

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