Html Css Color HEX #C013FC Electric Purple

📋 copy color: '#C013FC'

red 192 ◦ green 19 ◦ blue 252

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

Shades of Electric Purple #C013FC

Tints of Electric Purple #C013FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 54.43%

R = 41.47%
G = 4.1%
B = 54.43%

CMYK

 C value IS 0.24

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C013FC (or 0xC013FC) is known color: Electric Purple. HEX triplet: C0, 13 and FC. RGB value is (192,19,252). Sum of RGB (Red+Green+Blue) = 192+19+252=463 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.47% from 463); Green value is 19 (7.81% from 255 or 4.10% from 463); Blue value is 252 (98.83% from 255 or 54.43% from 463); Max value from RGB is 252 - color contains mainly: blue. Hex color #C013FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C013FC is #3FEC03. Grayscale: #606060. Windows color (decimal): -4189188 or 16520128. OLE color: 16520128.

HSL color Cylindrical-coordinate representation of color #C013FC: hue angle of 284.55º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C013FC is Cyan = 0.24, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 192 19 252 -
CMYK 0.24 0.92 0 0.01
HSL 284.55º 0.97% 0.53% -
HSV(B) 284.55º 0.92% 0.99% -
XYZ 39.54 18.7 93.62 -
YUV 97.29 215.31 195.55 -
System Red Green Blue C M Y K H S L
Decimal 192 19 252 0.24 0.92 0 0.01 284.55 0.97 0.53
Hex C0 13 FC 18 5C 0 1 11D 61 35
Octal 300 23 374 30 134 0 1 435 141 65
Binary 11000000 10011 11111100 11000 1011100 0 1 100011101 1100001 110101

Color Harmonies of #C013FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C013FC

Black with #C013FC

Text Example


Text Example

White with #C013FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C013FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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