Html Css Color HEX #C312E5 Electric Purple

📋 copy color: '#C312E5'

red 195 ◦ green 18 ◦ blue 229

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

Shades of Electric Purple #C312E5

Tints of Electric Purple #C312E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 51.81%

R = 44.12%
G = 4.07%
B = 51.81%

CMYK

 C value IS 0.15

 M value IS 0.92

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C312E5 (or 0xC312E5) is known color: Electric Purple. HEX triplet: C3, 12 and E5. RGB value is (195,18,229). Sum of RGB (Red+Green+Blue) = 195+18+229=442 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.12% from 442); Green value is 18 (7.42% from 255 or 4.07% from 442); Blue value is 229 (89.84% from 255 or 51.81% from 442); Max value from RGB is 229 - color contains mainly: blue. Hex color #C312E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C312E5 is #3CED1A. Grayscale: #5E5E5E. Windows color (decimal): -3992859 or 15012547. OLE color: 15012547.

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

Color convert

RGB 195 18 229 -
CMYK 0.15 0.92 0 0.10
HSL 290.33º 0.85% 0.48% -
HSV(B) 290.33º 0.92% 0.9% -
XYZ 36.86 17.69 75.6 -
YUV 94.98 203.64 199.34 -
System Red Green Blue C M Y K H S L
Decimal 195 18 229 0.15 0.92 0 0.10 290.33 0.85 0.48
Hex C3 12 E5 F 5C 0 A 122 55 30
Octal 303 22 345 17 134 0 12 442 125 60
Binary 11000011 10010 11100101 1111 1011100 0 1010 100100010 1010101 110000

Color Harmonies of #C312E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C312E5

Black with #C312E5

Text Example


Text Example

White with #C312E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C312E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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