Html Css Color HEX #C327C6 Deep Magenta

📋 copy color: '#C327C6'

red 195 ◦ green 39 ◦ blue 198

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

Shades of Deep Magenta #C327C6

Tints of Deep Magenta #C327C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 45.83%

R = 45.14%
G = 9.03%
B = 45.83%

CMYK

 C value IS 0.02

 M value IS 0.80

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C327C6 (or 0xC327C6) is known color: Deep Magenta. HEX triplet: C3, 27 and C6. RGB value is (195,39,198). Sum of RGB (Red+Green+Blue) = 195+39+198=432 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.14% from 432); Green value is 39 (15.62% from 255 or 9.03% from 432); Blue value is 198 (77.73% from 255 or 45.83% from 432); Max value from RGB is 198 - color contains mainly: blue. Hex color #C327C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C327C6 is #3CD839. Grayscale: #676767. Windows color (decimal): -3987514 or 12986307. OLE color: 12986307.

HSL color Cylindrical-coordinate representation of color #C327C6: hue angle of 298.87º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C327C6 is Cyan = 0.02, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 195 39 198 -
CMYK 0.02 0.80 0 0.22
HSL 298.87º 0.67% 0.46% -
HSV(B) 298.87º 0.8% 0.78% -
XYZ 33.42 17.13 54.97 -
YUV 103.77 181.18 193.07 -
System Red Green Blue C M Y K H S L
Decimal 195 39 198 0.02 0.80 0 0.22 298.87 0.67 0.46
Hex C3 27 C6 2 50 0 16 12B 43 2E
Octal 303 47 306 2 120 0 26 453 103 56
Binary 11000011 100111 11000110 10 1010000 0 10110 100101011 1000011 101110

Color Harmonies of #C327C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C327C6

Black with #C327C6

Text Example


Text Example

White with #C327C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C327C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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