Html Css Color HEX #C327DE Deep Magenta

📋 copy color: '#C327DE'

red 195 ◦ green 39 ◦ blue 222

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

Shades of Deep Magenta #C327DE

Tints of Deep Magenta #C327DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 48.68%

R = 42.76%
G = 8.55%
B = 48.68%

CMYK

 C value IS 0.12

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C327DE (or 0xC327DE) is known color: Deep Magenta. HEX triplet: C3, 27 and DE. RGB value is (195,39,222). Sum of RGB (Red+Green+Blue) = 195+39+222=456 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.76% from 456); Green value is 39 (15.62% from 255 or 8.55% from 456); Blue value is 222 (87.11% from 255 or 48.68% from 456); Max value from RGB is 222 - color contains mainly: blue. Hex color #C327DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C327DE is #3CD821. Grayscale: #696969. Windows color (decimal): -3987490 or 14559171. OLE color: 14559171.

HSL color Cylindrical-coordinate representation of color #C327DE: hue angle of 291.15º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C327DE is Cyan = 0.12, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 195 39 222 -
CMYK 0.12 0.82 0 0.13
HSL 291.15º 0.73% 0.51% -
HSV(B) 291.15º 0.82% 0.87% -
XYZ 36.42 18.33 70.73 -
YUV 106.51 193.18 191.12 -
System Red Green Blue C M Y K H S L
Decimal 195 39 222 0.12 0.82 0 0.13 291.15 0.73 0.51
Hex C3 27 DE C 52 0 D 123 49 33
Octal 303 47 336 14 122 0 15 443 111 63
Binary 11000011 100111 11011110 1100 1010010 0 1101 100100011 1001001 110011

Color Harmonies of #C327DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C327DE

Black with #C327DE

Text Example


Text Example

White with #C327DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C327DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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