Html Css Color HEX #C327BD Deep Magenta

📋 copy color: '#C327BD'

red 195 ◦ green 39 ◦ blue 189

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

Shades of Deep Magenta #C327BD

Tints of Deep Magenta #C327BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 44.68%

R = 46.1%
G = 9.22%
B = 44.68%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C327BD (or 0xC327BD) is known color: Deep Magenta. HEX triplet: C3, 27 and BD. RGB value is (195,39,189). Sum of RGB (Red+Green+Blue) = 195+39+189=423 (56% of max value = 765). Red value is 195 (76.56% from 255 or 46.10% from 423); Green value is 39 (15.62% from 255 or 9.22% from 423); Blue value is 189 (74.22% from 255 or 44.68% from 423); Max value from RGB is 195 - color contains mainly: red. Hex color #C327BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C327BD is #3CD842. Grayscale: #666666. Windows color (decimal): -3987523 or 12396483. OLE color: 12396483.

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

Color convert

RGB 195 39 189 -
CMYK 0 0.80 0.03 0.24
HSL 302.31º 0.67% 0.46% -
HSV(B) 302.31º 0.8% 0.76% -
XYZ 32.42 16.73 49.66 -
YUV 102.74 176.68 193.8 -
System Red Green Blue C M Y K H S L
Decimal 195 39 189 0 0.80 0.03 0.24 302.31 0.67 0.46
Hex C3 27 BD 0 50 3 18 12E 43 2E
Octal 303 47 275 0 120 3 30 456 103 56
Binary 11000011 100111 10111101 0 1010000 11 11000 100101110 1000011 101110

Color Harmonies of #C327BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C327BD

Black with #C327BD

Text Example


Text Example

White with #C327BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C327BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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