Html Css Color HEX #C013FB Electric Purple

📋 copy color: '#C013FB'

red 192 ◦ green 19 ◦ blue 251

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

Shades of Electric Purple #C013FB

Tints of Electric Purple #C013FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 54.33%

R = 41.56%
G = 4.11%
B = 54.33%

CMYK

 C value IS 0.24

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C013FB (or 0xC013FB) is known color: Electric Purple. HEX triplet: C0, 13 and FB. RGB value is (192,19,251). Sum of RGB (Red+Green+Blue) = 192+19+251=462 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.56% from 462); Green value is 19 (7.81% from 255 or 4.11% from 462); Blue value is 251 (98.44% from 255 or 54.33% from 462); Max value from RGB is 251 - color contains mainly: blue. Hex color #C013FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C013FB is #3FEC04. Grayscale: #606060. Windows color (decimal): -4189189 or 16454592. OLE color: 16454592.

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

Color convert

RGB 192 19 251 -
CMYK 0.24 0.92 0 0.02
HSL 284.74º 0.97% 0.53% -
HSV(B) 284.74º 0.92% 0.98% -
XYZ 39.38 18.64 92.79 -
YUV 97.18 214.81 195.64 -
System Red Green Blue C M Y K H S L
Decimal 192 19 251 0.24 0.92 0 0.02 284.74 0.97 0.53
Hex C0 13 FB 18 5C 0 2 11D 61 35
Octal 300 23 373 30 134 0 2 435 141 65
Binary 11000000 10011 11111011 11000 1011100 0 10 100011101 1100001 110101

Color Harmonies of #C013FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C013FB

Black with #C013FB

Text Example


Text Example

White with #C013FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C013FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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