Html Css Color HEX #C327CB Deep Magenta

📋 copy color: '#C327CB'

red 195 ◦ green 39 ◦ blue 203

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

Shades of Deep Magenta #C327CB

Tints of Deep Magenta #C327CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 46.45%

R = 44.62%
G = 8.92%
B = 46.45%

CMYK

 C value IS 0.04

 M value IS 0.81

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C327CB (or 0xC327CB) is known color: Deep Magenta. HEX triplet: C3, 27 and CB. RGB value is (195,39,203). Sum of RGB (Red+Green+Blue) = 195+39+203=437 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.62% from 437); Green value is 39 (15.62% from 255 or 8.92% from 437); Blue value is 203 (79.69% from 255 or 46.45% from 437); Max value from RGB is 203 - color contains mainly: blue. Hex color #C327CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C327CB is #3CD834. Grayscale: #676767. Windows color (decimal): -3987509 or 13313987. OLE color: 13313987.

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

Color convert

RGB 195 39 203 -
CMYK 0.04 0.81 0 0.20
HSL 297.07º 0.68% 0.47% -
HSV(B) 297.07º 0.81% 0.8% -
XYZ 34.01 17.36 58.06 -
YUV 104.34 183.68 192.66 -
System Red Green Blue C M Y K H S L
Decimal 195 39 203 0.04 0.81 0 0.20 297.07 0.68 0.47
Hex C3 27 CB 4 51 0 14 129 44 2F
Octal 303 47 313 4 121 0 24 451 104 57
Binary 11000011 100111 11001011 100 1010001 0 10100 100101001 1000100 101111

Color Harmonies of #C327CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C327CB

Black with #C327CB

Text Example


Text Example

White with #C327CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C327CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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