Html Css Color HEX #C010FC Electric Purple

📋 copy color: '#C010FC'

red 192 ◦ green 16 ◦ blue 252

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

Shades of Electric Purple #C010FC

Tints of Electric Purple #C010FC

RGB

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

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

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

R = 41.74%
G = 3.48%
B = 54.78%

CMYK

 C value IS 0.24

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C010FC (or 0xC010FC) is known color: Electric Purple. HEX triplet: C0, 10 and FC. RGB value is (192,16,252). Sum of RGB (Red+Green+Blue) = 192+16+252=460 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.74% from 460); Green value is 16 (6.64% from 255 or 3.48% from 460); Blue value is 252 (98.83% from 255 or 54.78% from 460); Max value from RGB is 252 - color contains mainly: blue. Hex color #C010FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C010FC is #3FEF03. Grayscale: #5E5E5E. Windows color (decimal): -4189956 or 16519360. OLE color: 16519360.

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

Color convert

RGB 192 16 252 -
CMYK 0.24 0.94 0 0.01
HSL 284.75º 0.98% 0.53% -
HSV(B) 284.75º 0.94% 0.99% -
XYZ 39.49 18.61 93.61 -
YUV 95.53 216.31 196.81 -
System Red Green Blue C M Y K H S L
Decimal 192 16 252 0.24 0.94 0 0.01 284.75 0.98 0.53
Hex C0 10 FC 18 5E 0 1 11D 62 35
Octal 300 20 374 30 136 0 1 435 142 65
Binary 11000000 10000 11111100 11000 1011110 0 1 100011101 1100010 110101

Color Harmonies of #C010FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C010FC

Black with #C010FC

Text Example


Text Example

White with #C010FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C010FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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