Html Css Color HEX #C326CE Deep Magenta

📋 copy color: '#C326CE'

red 195 ◦ green 38 ◦ blue 206

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

Shades of Deep Magenta #C326CE

Tints of Deep Magenta #C326CE

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.66%

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

R = 44.42%
G = 8.66%
B = 46.92%

CMYK

 C value IS 0.05

 M value IS 0.82

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C326CE (or 0xC326CE) is known color: Deep Magenta. HEX triplet: C3, 26 and CE. RGB value is (195,38,206). Sum of RGB (Red+Green+Blue) = 195+38+206=439 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.42% from 439); Green value is 38 (15.23% from 255 or 8.66% from 439); Blue value is 206 (80.86% from 255 or 46.92% from 439); Max value from RGB is 206 - color contains mainly: blue. Hex color #C326CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C326CE is #3CD931. Grayscale: #676767. Windows color (decimal): -3987762 or 13510339. OLE color: 13510339.

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

Color convert

RGB 195 38 206 -
CMYK 0.05 0.82 0 0.19
HSL 296.07º 0.69% 0.48% -
HSV(B) 296.07º 0.82% 0.81% -
XYZ 34.34 17.44 59.95 -
YUV 104.1 185.51 192.84 -
System Red Green Blue C M Y K H S L
Decimal 195 38 206 0.05 0.82 0 0.19 296.07 0.69 0.48
Hex C3 26 CE 5 52 0 13 128 45 30
Octal 303 46 316 5 122 0 23 450 105 60
Binary 11000011 100110 11001110 101 1010010 0 10011 100101000 1000101 110000

Color Harmonies of #C326CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C326CE

Black with #C326CE

Text Example


Text Example

White with #C326CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C326CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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