Html Css Color HEX #C326E1 Deep Magenta

📋 copy color: '#C326E1'

red 195 ◦ green 38 ◦ blue 225

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

Shades of Deep Magenta #C326E1

Tints of Deep Magenta #C326E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 49.13%

R = 42.58%
G = 8.3%
B = 49.13%

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

#C326E1 (or 0xC326E1) is known color: Deep Magenta. HEX triplet: C3, 26 and E1. RGB value is (195,38,225). Sum of RGB (Red+Green+Blue) = 195+38+225=458 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.58% from 458); Green value is 38 (15.23% from 255 or 8.30% from 458); Blue value is 225 (88.28% from 255 or 49.13% from 458); Max value from RGB is 225 - color contains mainly: blue. Hex color #C326E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C326E1 is #3CD91E. Grayscale: #696969. Windows color (decimal): -3987743 or 14755523. OLE color: 14755523.

HSL color Cylindrical-coordinate representation of color #C326E1: hue angle of 290.37º degrees, saturation: 0.76, 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 #C326E1 is Cyan = 0.13, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 195 38 225 -
CMYK 0.13 0.83 0 0.12
HSL 290.37º 0.76% 0.52% -
HSV(B) 290.37º 0.83% 0.88% -
XYZ 36.79 18.42 72.85 -
YUV 106.26 195.01 191.29 -
System Red Green Blue C M Y K H S L
Decimal 195 38 225 0.13 0.83 0 0.12 290.37 0.76 0.52
Hex C3 26 E1 D 53 0 C 122 4C 34
Octal 303 46 341 15 123 0 14 442 114 64
Binary 11000011 100110 11100001 1101 1010011 0 1100 100100010 1001100 110100

Color Harmonies of #C326E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C326E1

Black with #C326E1

Text Example


Text Example

White with #C326E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C326E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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