Html Css Color HEX #C328DC Deep Magenta

📋 copy color: '#C328DC'

red 195 ◦ green 40 ◦ blue 220

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

Shades of Deep Magenta #C328DC

Tints of Deep Magenta #C328DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 48.35%

R = 42.86%
G = 8.79%
B = 48.35%

CMYK

 C value IS 0.11

 M value IS 0.82

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C328DC (or 0xC328DC) is known color: Deep Magenta. HEX triplet: C3, 28 and DC. RGB value is (195,40,220). Sum of RGB (Red+Green+Blue) = 195+40+220=455 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.86% from 455); Green value is 40 (16.02% from 255 or 8.79% from 455); Blue value is 220 (86.33% from 255 or 48.35% from 455); Max value from RGB is 220 - color contains mainly: blue. Hex color #C328DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C328DC is #3CD723. Grayscale: #6A6A6A. Windows color (decimal): -3987236 or 14428355. OLE color: 14428355.

HSL color Cylindrical-coordinate representation of color #C328DC: hue angle of 291.67º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C328DC is Cyan = 0.11, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 195 40 220 -
CMYK 0.11 0.82 0 0.14
HSL 291.67º 0.72% 0.51% -
HSV(B) 291.67º 0.82% 0.86% -
XYZ 36.18 18.29 69.33 -
YUV 106.87 191.85 190.86 -
System Red Green Blue C M Y K H S L
Decimal 195 40 220 0.11 0.82 0 0.14 291.67 0.72 0.51
Hex C3 28 DC B 52 0 E 124 48 33
Octal 303 50 334 13 122 0 16 444 110 63
Binary 11000011 101000 11011100 1011 1010010 0 1110 100100100 1001000 110011

Color Harmonies of #C328DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C328DC

Black with #C328DC

Text Example


Text Example

White with #C328DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C328DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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