Html Css Color HEX #C326C6 Deep Magenta

📋 copy color: '#C326C6'

red 195 ◦ green 38 ◦ blue 198

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

Shades of Deep Magenta #C326C6

Tints of Deep Magenta #C326C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 45.94%

R = 45.24%
G = 8.82%
B = 45.94%

CMYK

 C value IS 0.02

 M value IS 0.81

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C326C6 (or 0xC326C6) is known color: Deep Magenta. HEX triplet: C3, 26 and C6. RGB value is (195,38,198). Sum of RGB (Red+Green+Blue) = 195+38+198=431 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.24% from 431); Green value is 38 (15.23% from 255 or 8.82% from 431); Blue value is 198 (77.73% from 255 or 45.94% from 431); Max value from RGB is 198 - color contains mainly: blue. Hex color #C326C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C326C6 is #3CD939. Grayscale: #666666. Windows color (decimal): -3987770 or 12986051. OLE color: 12986051.

HSL color Cylindrical-coordinate representation of color #C326C6: hue angle of 298.88º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C326C6 is Cyan = 0.02, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 195 38 198 -
CMYK 0.02 0.81 0 0.22
HSL 298.88º 0.68% 0.46% -
HSV(B) 298.88º 0.81% 0.78% -
XYZ 33.39 17.07 54.96 -
YUV 103.18 181.51 193.49 -
System Red Green Blue C M Y K H S L
Decimal 195 38 198 0.02 0.81 0 0.22 298.88 0.68 0.46
Hex C3 26 C6 2 51 0 16 12B 44 2E
Octal 303 46 306 2 121 0 26 453 104 56
Binary 11000011 100110 11000110 10 1010001 0 10110 100101011 1000100 101110

Color Harmonies of #C326C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C326C6

Black with #C326C6

Text Example


Text Example

White with #C326C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C326C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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