Html Css Color HEX #C327CC Deep Magenta

📋 copy color: '#C327CC'

red 195 ◦ green 39 ◦ blue 204

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

Shades of Deep Magenta #C327CC

Tints of Deep Magenta #C327CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 46.58%

R = 44.52%
G = 8.9%
B = 46.58%

CMYK

 C value IS 0.04

 M value IS 0.81

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C327CC (or 0xC327CC) is known color: Deep Magenta. HEX triplet: C3, 27 and CC. RGB value is (195,39,204). Sum of RGB (Red+Green+Blue) = 195+39+204=438 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.52% from 438); Green value is 39 (15.62% from 255 or 8.90% from 438); Blue value is 204 (80.08% from 255 or 46.58% from 438); Max value from RGB is 204 - color contains mainly: blue. Hex color #C327CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C327CC is #3CD833. Grayscale: #676767. Windows color (decimal): -3987508 or 13379523. OLE color: 13379523.

HSL color Cylindrical-coordinate representation of color #C327CC: hue angle of 296.73º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C327CC is Cyan = 0.04, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 195 39 204 -
CMYK 0.04 0.81 0 0.2
HSL 296.73º 0.68% 0.48% -
HSV(B) 296.73º 0.81% 0.8% -
XYZ 34.13 17.41 58.69 -
YUV 104.45 184.18 192.58 -
System Red Green Blue C M Y K H S L
Decimal 195 39 204 0.04 0.81 0 0.2 296.73 0.68 0.48
Hex C3 27 CC 4 51 0 14 129 44 30
Octal 303 47 314 4 121 0 24 451 104 60
Binary 11000011 100111 11001100 100 1010001 0 10100 100101001 1000100 110000

Color Harmonies of #C327CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C327CC

Black with #C327CC

Text Example


Text Example

White with #C327CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C327CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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