Html Css Color HEX #C328DF Deep Magenta

📋 copy color: '#C328DF'

red 195 ◦ green 40 ◦ blue 223

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

Shades of Deep Magenta #C328DF

Tints of Deep Magenta #C328DF

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.73%

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

R = 42.58%
G = 8.73%
B = 48.69%

CMYK

 C value IS 0.13

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C328DF (or 0xC328DF) is known color: Deep Magenta. HEX triplet: C3, 28 and DF. RGB value is (195,40,223). Sum of RGB (Red+Green+Blue) = 195+40+223=458 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.58% from 458); Green value is 40 (16.02% from 255 or 8.73% from 458); Blue value is 223 (87.5% from 255 or 48.69% from 458); Max value from RGB is 223 - color contains mainly: blue. Hex color #C328DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C328DF is #3CD720. Grayscale: #6A6A6A. Windows color (decimal): -3987233 or 14624963. OLE color: 14624963.

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

Color convert

RGB 195 40 223 -
CMYK 0.13 0.82 0 0.13
HSL 290.82º 0.74% 0.52% -
HSV(B) 290.82º 0.82% 0.87% -
XYZ 36.58 18.45 71.44 -
YUV 107.21 193.35 190.62 -
System Red Green Blue C M Y K H S L
Decimal 195 40 223 0.13 0.82 0 0.13 290.82 0.74 0.52
Hex C3 28 DF D 52 0 D 123 4A 34
Octal 303 50 337 15 122 0 15 443 112 64
Binary 11000011 101000 11011111 1101 1010010 0 1101 100100011 1001010 110100

Color Harmonies of #C328DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C328DF

Black with #C328DF

Text Example


Text Example

White with #C328DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C328DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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