Html Css Color HEX #C327D1 Deep Magenta

📋 copy color: '#C327D1'

red 195 ◦ green 39 ◦ blue 209

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

Shades of Deep Magenta #C327D1

Tints of Deep Magenta #C327D1

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.8%

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

R = 44.02%
G = 8.8%
B = 47.18%

CMYK

 C value IS 0.07

 M value IS 0.81

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C327D1 (or 0xC327D1) is known color: Deep Magenta. HEX triplet: C3, 27 and D1. RGB value is (195,39,209). Sum of RGB (Red+Green+Blue) = 195+39+209=443 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.02% from 443); Green value is 39 (15.62% from 255 or 8.80% from 443); Blue value is 209 (82.03% from 255 or 47.18% from 443); Max value from RGB is 209 - color contains mainly: blue. Hex color #C327D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C327D1 is #3CD82E. Grayscale: #686868. Windows color (decimal): -3987503 or 13707203. OLE color: 13707203.

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

Color convert

RGB 195 39 209 -
CMYK 0.07 0.81 0 0.18
HSL 295.06º 0.69% 0.49% -
HSV(B) 295.06º 0.81% 0.82% -
XYZ 34.74 17.66 61.9 -
YUV 105.02 186.68 192.18 -
System Red Green Blue C M Y K H S L
Decimal 195 39 209 0.07 0.81 0 0.18 295.06 0.69 0.49
Hex C3 27 D1 7 51 0 12 127 45 31
Octal 303 47 321 7 121 0 22 447 105 61
Binary 11000011 100111 11010001 111 1010001 0 10010 100100111 1000101 110001

Color Harmonies of #C327D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C327D1

Black with #C327D1

Text Example


Text Example

White with #C327D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C327D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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