Html Css Color HEX #C327DF Deep Magenta

📋 copy color: '#C327DF'

red 195 ◦ green 39 ◦ blue 223

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

Shades of Deep Magenta #C327DF

Tints of Deep Magenta #C327DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 48.8%

R = 42.67%
G = 8.53%
B = 48.8%

CMYK

 C value IS 0.13

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C327DF (or 0xC327DF) is known color: Deep Magenta. HEX triplet: C3, 27 and DF. RGB value is (195,39,223). Sum of RGB (Red+Green+Blue) = 195+39+223=457 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.67% from 457); Green value is 39 (15.62% from 255 or 8.53% from 457); Blue value is 223 (87.5% from 255 or 48.80% from 457); Max value from RGB is 223 - color contains mainly: blue. Hex color #C327DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C327DF is #3CD820. Grayscale: #6A6A6A. Windows color (decimal): -3987489 or 14624707. OLE color: 14624707.

HSL color Cylindrical-coordinate representation of color #C327DF: hue angle of 290.87º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C327DF is Cyan = 0.13, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 195 39 223 -
CMYK 0.13 0.83 0 0.13
HSL 290.87º 0.74% 0.51% -
HSV(B) 290.87º 0.83% 0.87% -
XYZ 36.55 18.38 71.43 -
YUV 106.62 193.68 191.04 -
System Red Green Blue C M Y K H S L
Decimal 195 39 223 0.13 0.83 0 0.13 290.87 0.74 0.51
Hex C3 27 DF D 53 0 D 123 4A 33
Octal 303 47 337 15 123 0 15 443 112 63
Binary 11000011 100111 11011111 1101 1010011 0 1101 100100011 1001010 110011

Color Harmonies of #C327DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C327DF

Black with #C327DF

Text Example


Text Example

White with #C327DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C327DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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