Html Css Color HEX #C320CE Deep Magenta

📋 copy color: '#C320CE'

red 195 ◦ green 32 ◦ blue 206

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

Shades of Deep Magenta #C320CE

Tints of Deep Magenta #C320CE

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.39%

 BLUE value IS 206 (80.86% from 255) = 47.58%

R = 45.03%
G = 7.39%
B = 47.58%

CMYK

 C value IS 0.05

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C320CE (or 0xC320CE) is known color: Deep Magenta. HEX triplet: C3, 20 and CE. RGB value is (195,32,206). Sum of RGB (Red+Green+Blue) = 195+32+206=433 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.03% from 433); Green value is 32 (12.89% from 255 or 7.39% from 433); Blue value is 206 (80.86% from 255 or 47.58% from 433); Max value from RGB is 206 - color contains mainly: blue. Hex color #C320CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C320CE is #3CDF31. Grayscale: #646464. Windows color (decimal): -3989298 or 13508803. OLE color: 13508803.

HSL color Cylindrical-coordinate representation of color #C320CE: hue angle of 296.21º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C320CE is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 195 32 206 -
CMYK 0.05 0.84 0 0.19
HSL 296.21º 0.73% 0.47% -
HSV(B) 296.21º 0.84% 0.81% -
XYZ 34.16 17.09 59.89 -
YUV 100.57 187.5 195.35 -
System Red Green Blue C M Y K H S L
Decimal 195 32 206 0.05 0.84 0 0.19 296.21 0.73 0.47
Hex C3 20 CE 5 54 0 13 128 49 2F
Octal 303 40 316 5 124 0 23 450 111 57
Binary 11000011 100000 11001110 101 1010100 0 10011 100101000 1001001 101111

Color Harmonies of #C320CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C320CE

Black with #C320CE

Text Example


Text Example

White with #C320CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C320CE; }

 p { color: rgb(195,32,206); }

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

background-color css

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

 a { background-color: rgb(195,32,206); }

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

border-color css

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

 span { border-color: rgb(195,32,206); }

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