Html Css Color HEX #C327E0 Deep Magenta

📋 copy color: '#C327E0'

red 195 ◦ green 39 ◦ blue 224

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

Shades of Deep Magenta #C327E0

Tints of Deep Magenta #C327E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 48.91%

R = 42.58%
G = 8.52%
B = 48.91%

CMYK

 C value IS 0.13

 M value IS 0.83

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C327E0 (or 0xC327E0) is known color: Deep Magenta. HEX triplet: C3, 27 and E0. RGB value is (195,39,224). Sum of RGB (Red+Green+Blue) = 195+39+224=458 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.58% from 458); Green value is 39 (15.62% from 255 or 8.52% from 458); Blue value is 224 (87.89% from 255 or 48.91% from 458); Max value from RGB is 224 - color contains mainly: blue. Hex color #C327E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C327E0 is #3CD81F. Grayscale: #6A6A6A. Windows color (decimal): -3987488 or 14690243. OLE color: 14690243.

HSL color Cylindrical-coordinate representation of color #C327E0: hue angle of 290.59º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C327E0 is Cyan = 0.13, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 195 39 224 -
CMYK 0.13 0.83 0 0.12
HSL 290.59º 0.75% 0.52% -
HSV(B) 290.59º 0.83% 0.88% -
XYZ 36.69 18.43 72.15 -
YUV 106.73 194.18 190.96 -
System Red Green Blue C M Y K H S L
Decimal 195 39 224 0.13 0.83 0 0.12 290.59 0.75 0.52
Hex C3 27 E0 D 53 0 C 123 4B 34
Octal 303 47 340 15 123 0 14 443 113 64
Binary 11000011 100111 11100000 1101 1010011 0 1100 100100011 1001011 110100

Color Harmonies of #C327E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C327E0

Black with #C327E0

Text Example


Text Example

White with #C327E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C327E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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