Html Css Color HEX #C013FF Electric Purple

📋 copy color: '#C013FF'

red 192 ◦ green 19 ◦ blue 255

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

Shades of Electric Purple #C013FF

Tints of Electric Purple #C013FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 54.72%

R = 41.2%
G = 4.08%
B = 54.72%

CMYK

 C value IS 0.25

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C013FF (or 0xC013FF) is known color: Electric Purple. HEX triplet: C0, 13 and FF. RGB value is (192,19,255). Sum of RGB (Red+Green+Blue) = 192+19+255=466 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.20% from 466); Green value is 19 (7.81% from 255 or 4.08% from 466); Blue value is 255 (100% from 255 or 54.72% from 466); Max value from RGB is 255 - color contains mainly: blue. Hex color #C013FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C013FF is #3FEC00. Grayscale: #606060. Windows color (decimal): -4189185 or 16716736. OLE color: 16716736.

HSL color Cylindrical-coordinate representation of color #C013FF: hue angle of 283.98º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C013FF is Cyan = 0.25, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 192 19 255 -
CMYK 0.25 0.93 0 0
HSL 283.98º 1% 0.54% -
HSV(B) 283.98º 0.93% 1% -
XYZ 40.02 18.89 96.14 -
YUV 97.63 216.81 195.31 -
System Red Green Blue C M Y K H S L
Decimal 192 19 255 0.25 0.93 0 0 283.98 1 0.54
Hex C0 13 FF 19 5D 0 0 11C 64 36
Octal 300 23 377 31 135 0 0 434 144 66
Binary 11000000 10011 11111111 11001 1011101 0 0 100011100 1100100 110110

Color Harmonies of #C013FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C013FF

Black with #C013FF

Text Example


Text Example

White with #C013FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C013FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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