Html Css Color HEX #C301E5 Electric Purple

📋 copy color: '#C301E5'

red 195 ◦ green 1 ◦ blue 229

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

Shades of Electric Purple #C301E5

Tints of Electric Purple #C301E5

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.24%

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

R = 45.88%
G = 0.24%
B = 53.88%

CMYK

 C value IS 0.15

 M value IS 1.00

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C301E5 (or 0xC301E5) is known color: Electric Purple. HEX triplet: C3, 01 and E5. RGB value is (195,1,229). Sum of RGB (Red+Green+Blue) = 195+1+229=425 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.88% from 425); Green value is 1 (0.78% from 255 or 0.24% from 425); Blue value is 229 (89.84% from 255 or 53.88% from 425); Max value from RGB is 229 - color contains mainly: blue. Hex color #C301E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C301E5 is #3CFE1A. Grayscale: #545454. Windows color (decimal): -3997211 or 15008195. OLE color: 15008195.

HSL color Cylindrical-coordinate representation of color #C301E5: hue angle of 291.05º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C301E5 is Cyan = 0.15, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 195 1 229 -
CMYK 0.15 1.00 0 0.10
HSL 291.05º 0.99% 0.45% -
HSV(B) 291.05º 1% 0.9% -
XYZ 36.66 17.28 75.53 -
YUV 85 209.27 206.46 -
System Red Green Blue C M Y K H S L
Decimal 195 1 229 0.15 1.00 0 0.10 291.05 0.99 0.45
Hex C3 1 E5 F 64 0 A 123 63 2D
Octal 303 1 345 17 144 0 12 443 143 55
Binary 11000011 1 11100101 1111 1100100 0 1010 100100011 1100011 101101

Color Harmonies of #C301E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C301E5

Black with #C301E5

Text Example


Text Example

White with #C301E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C301E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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