Html Css Color HEX #C312E4 Electric Purple

📋 copy color: '#C312E4'

red 195 ◦ green 18 ◦ blue 228

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

Shades of Electric Purple #C312E4

Tints of Electric Purple #C312E4

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.08%

 BLUE value IS 228 (89.45% from 255) = 51.7%

R = 44.22%
G = 4.08%
B = 51.7%

CMYK

 C value IS 0.14

 M value IS 0.92

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C312E4 (or 0xC312E4) is known color: Electric Purple. HEX triplet: C3, 12 and E4. RGB value is (195,18,228). Sum of RGB (Red+Green+Blue) = 195+18+228=441 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.22% from 441); Green value is 18 (7.42% from 255 or 4.08% from 441); Blue value is 228 (89.45% from 255 or 51.70% from 441); Max value from RGB is 228 - color contains mainly: blue. Hex color #C312E4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C312E4 is #3CED1B. Grayscale: #5E5E5E. Windows color (decimal): -3992860 or 14947011. OLE color: 14947011.

HSL color Cylindrical-coordinate representation of color #C312E4: hue angle of 290.57º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C312E4 is Cyan = 0.14, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 195 18 228 -
CMYK 0.14 0.92 0 0.11
HSL 290.57º 0.85% 0.48% -
HSV(B) 290.57º 0.92% 0.89% -
XYZ 36.73 17.64 74.87 -
YUV 94.86 203.14 199.42 -
System Red Green Blue C M Y K H S L
Decimal 195 18 228 0.14 0.92 0 0.11 290.57 0.85 0.48
Hex C3 12 E4 E 5C 0 B 123 55 30
Octal 303 22 344 16 134 0 13 443 125 60
Binary 11000011 10010 11100100 1110 1011100 0 1011 100100011 1010101 110000

Color Harmonies of #C312E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C312E4

Black with #C312E4

Text Example


Text Example

White with #C312E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C312E4; }

 p { color: rgb(195,18,228); }

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

background-color css

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

 a { background-color: rgb(195,18,228); }

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

border-color css

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

 span { border-color: rgb(195,18,228); }

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