Html Css Color HEX #C010FA Electric Purple

📋 copy color: '#C010FA'

red 192 ◦ green 16 ◦ blue 250

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

Shades of Electric Purple #C010FA

Tints of Electric Purple #C010FA

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.49%

 BLUE value IS 250 (98.05% from 255) = 54.59%

R = 41.92%
G = 3.49%
B = 54.59%

CMYK

 C value IS 0.23

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C010FA (or 0xC010FA) is known color: Electric Purple. HEX triplet: C0, 10 and FA. RGB value is (192,16,250). Sum of RGB (Red+Green+Blue) = 192+16+250=458 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.92% from 458); Green value is 16 (6.64% from 255 or 3.49% from 458); Blue value is 250 (98.05% from 255 or 54.59% from 458); Max value from RGB is 250 - color contains mainly: blue. Hex color #C010FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C010FA is #3FEF05. Grayscale: #5E5E5E. Windows color (decimal): -4189958 or 16388288. OLE color: 16388288.

HSL color Cylindrical-coordinate representation of color #C010FA: hue angle of 285.13º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C010FA is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 192 16 250 -
CMYK 0.23 0.94 0 0.02
HSL 285.13º 0.96% 0.52% -
HSV(B) 285.13º 0.94% 0.98% -
XYZ 39.18 18.48 91.94 -
YUV 95.3 215.31 196.97 -
System Red Green Blue C M Y K H S L
Decimal 192 16 250 0.23 0.94 0 0.02 285.13 0.96 0.52
Hex C0 10 FA 17 5E 0 2 11D 60 34
Octal 300 20 372 27 136 0 2 435 140 64
Binary 11000000 10000 11111010 10111 1011110 0 10 100011101 1100000 110100

Color Harmonies of #C010FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C010FA

Black with #C010FA

Text Example


Text Example

White with #C010FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C010FA; }

 p { color: rgb(192,16,250); }

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

background-color css

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

 a { background-color: rgb(192,16,250); }

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

border-color css

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

 span { border-color: rgb(192,16,250); }

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