Html Css Color HEX #C013F1 Electric Purple

📋 copy color: '#C013F1'

red 192 ◦ green 19 ◦ blue 241

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

Shades of Electric Purple #C013F1

Tints of Electric Purple #C013F1

RGB

 RED value IS 192 (75.39% from 255) = 42.48%

 GREEN value IS 19 (7.81% from 255) = 4.2%

 BLUE value IS 241 (94.53% from 255) = 53.32%

R = 42.48%
G = 4.2%
B = 53.32%

CMYK

 C value IS 0.20

 M value IS 0.92

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C013F1 (or 0xC013F1) is known color: Electric Purple. HEX triplet: C0, 13 and F1. RGB value is (192,19,241). Sum of RGB (Red+Green+Blue) = 192+19+241=452 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.48% from 452); Green value is 19 (7.81% from 255 or 4.20% from 452); Blue value is 241 (94.53% from 255 or 53.32% from 452); Max value from RGB is 241 - color contains mainly: blue. Hex color #C013F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C013F1 is #3FEC0E. Grayscale: #5F5F5F. Windows color (decimal): -4189199 or 15799232. OLE color: 15799232.

HSL color Cylindrical-coordinate representation of color #C013F1: hue angle of 286.76º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C013F1 is Cyan = 0.20, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 192 19 241 -
CMYK 0.20 0.92 0 0.05
HSL 286.76º 0.89% 0.51% -
HSV(B) 286.76º 0.92% 0.95% -
XYZ 37.85 18.02 84.7 -
YUV 96.04 209.81 196.45 -
System Red Green Blue C M Y K H S L
Decimal 192 19 241 0.20 0.92 0 0.05 286.76 0.89 0.51
Hex C0 13 F1 14 5C 0 5 11F 59 33
Octal 300 23 361 24 134 0 5 437 131 63
Binary 11000000 10011 11110001 10100 1011100 0 101 100011111 1011001 110011

Color Harmonies of #C013F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C013F1

Black with #C013F1

Text Example


Text Example

White with #C013F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C013F1; }

 p { color: rgb(192,19,241); }

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

background-color css

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

 a { background-color: rgb(192,19,241); }

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

border-color css

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

 span { border-color: rgb(192,19,241); }

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