Html Css Color HEX #C012FB Electric Purple

📋 copy color: '#C012FB'

red 192 ◦ green 18 ◦ blue 251

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

Shades of Electric Purple #C012FB

Tints of Electric Purple #C012FB

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.9%

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

R = 41.65%
G = 3.9%
B = 54.45%

CMYK

 C value IS 0.24

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C012FB (or 0xC012FB) is known color: Electric Purple. HEX triplet: C0, 12 and FB. RGB value is (192,18,251). Sum of RGB (Red+Green+Blue) = 192+18+251=461 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.65% from 461); Green value is 18 (7.42% from 255 or 3.90% from 461); Blue value is 251 (98.44% from 255 or 54.45% from 461); Max value from RGB is 251 - color contains mainly: blue. Hex color #C012FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C012FB is #3FED04. Grayscale: #5F5F5F. Windows color (decimal): -4189445 or 16454336. OLE color: 16454336.

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

Color convert

RGB 192 18 251 -
CMYK 0.24 0.93 0 0.02
HSL 284.81º 0.97% 0.53% -
HSV(B) 284.81º 0.93% 0.98% -
XYZ 39.37 18.6 92.78 -
YUV 96.59 215.15 196.05 -
System Red Green Blue C M Y K H S L
Decimal 192 18 251 0.24 0.93 0 0.02 284.81 0.97 0.53
Hex C0 12 FB 18 5D 0 2 11D 61 35
Octal 300 22 373 30 135 0 2 435 141 65
Binary 11000000 10010 11111011 11000 1011101 0 10 100011101 1100001 110101

Color Harmonies of #C012FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C012FB

Black with #C012FB

Text Example


Text Example

White with #C012FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C012FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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