Html Css Color HEX #C012F0 Electric Purple

📋 copy color: '#C012F0'

red 192 ◦ green 18 ◦ blue 240

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

Shades of Electric Purple #C012F0

Tints of Electric Purple #C012F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 53.33%

R = 42.67%
G = 4%
B = 53.33%

CMYK

 C value IS 0.20

 M value IS 0.92

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C012F0 (or 0xC012F0) is known color: Electric Purple. HEX triplet: C0, 12 and F0. RGB value is (192,18,240). Sum of RGB (Red+Green+Blue) = 192+18+240=450 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.67% from 450); Green value is 18 (7.42% from 255 or 4% from 450); Blue value is 240 (94.14% from 255 or 53.33% from 450); Max value from RGB is 240 - color contains mainly: blue. Hex color #C012F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C012F0 is #3FED0F. Grayscale: #5E5E5E. Windows color (decimal): -4189456 or 15733440. OLE color: 15733440.

HSL color Cylindrical-coordinate representation of color #C012F0: hue angle of 287.03º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C012F0 is Cyan = 0.20, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 192 18 240 -
CMYK 0.20 0.92 0 0.06
HSL 287.03º 0.88% 0.51% -
HSV(B) 287.03º 0.93% 0.94% -
XYZ 37.68 17.93 83.91 -
YUV 95.33 209.65 196.95 -
System Red Green Blue C M Y K H S L
Decimal 192 18 240 0.20 0.92 0 0.06 287.03 0.88 0.51
Hex C0 12 F0 14 5C 0 6 11F 58 33
Octal 300 22 360 24 134 0 6 437 130 63
Binary 11000000 10010 11110000 10100 1011100 0 110 100011111 1011000 110011

Color Harmonies of #C012F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C012F0

Black with #C012F0

Text Example


Text Example

White with #C012F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C012F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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