Html Css Color HEX #C327CE Deep Magenta

📋 copy color: '#C327CE'

red 195 ◦ green 39 ◦ blue 206

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

Shades of Deep Magenta #C327CE

Tints of Deep Magenta #C327CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.82%

R = 44.32%
G = 8.86%
B = 46.82%

CMYK

 C value IS 0.05

 M value IS 0.81

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C327CE (or 0xC327CE) is known color: Deep Magenta. HEX triplet: C3, 27 and CE. RGB value is (195,39,206). Sum of RGB (Red+Green+Blue) = 195+39+206=440 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.32% from 440); Green value is 39 (15.62% from 255 or 8.86% from 440); Blue value is 206 (80.86% from 255 or 46.82% from 440); Max value from RGB is 206 - color contains mainly: blue. Hex color #C327CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C327CE is #3CD831. Grayscale: #686868. Windows color (decimal): -3987506 or 13510595. OLE color: 13510595.

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

Color convert

RGB 195 39 206 -
CMYK 0.05 0.81 0 0.19
HSL 296.05º 0.68% 0.48% -
HSV(B) 296.05º 0.81% 0.81% -
XYZ 34.37 17.51 59.96 -
YUV 104.68 185.18 192.42 -
System Red Green Blue C M Y K H S L
Decimal 195 39 206 0.05 0.81 0 0.19 296.05 0.68 0.48
Hex C3 27 CE 5 51 0 13 128 44 30
Octal 303 47 316 5 121 0 23 450 104 60
Binary 11000011 100111 11001110 101 1010001 0 10011 100101000 1000100 110000

Color Harmonies of #C327CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C327CE

Black with #C327CE

Text Example


Text Example

White with #C327CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C327CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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