Html Css Color HEX #C010EF Electric Purple

📋 copy color: '#C010EF'

red 192 ◦ green 16 ◦ blue 239

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

Shades of Electric Purple #C010EF

Tints of Electric Purple #C010EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 53.47%

R = 42.95%
G = 3.58%
B = 53.47%

CMYK

 C value IS 0.20

 M value IS 0.93

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C010EF (or 0xC010EF) is known color: Electric Purple. HEX triplet: C0, 10 and EF. RGB value is (192,16,239). Sum of RGB (Red+Green+Blue) = 192+16+239=447 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.95% from 447); Green value is 16 (6.64% from 255 or 3.58% from 447); Blue value is 239 (93.75% from 255 or 53.47% from 447); Max value from RGB is 239 - color contains mainly: blue. Hex color #C010EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C010EF is #3FEF10. Grayscale: #5D5D5D. Windows color (decimal): -4189969 or 15667392. OLE color: 15667392.

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

Color convert

RGB 192 16 239 -
CMYK 0.20 0.93 0 0.06
HSL 287.35º 0.87% 0.5% -
HSV(B) 287.35º 0.93% 0.94% -
XYZ 37.5 17.81 83.12 -
YUV 94.05 209.81 197.87 -
System Red Green Blue C M Y K H S L
Decimal 192 16 239 0.20 0.93 0 0.06 287.35 0.87 0.5
Hex C0 10 EF 14 5D 0 6 11F 57 32
Octal 300 20 357 24 135 0 6 437 127 62
Binary 11000000 10000 11101111 10100 1011101 0 110 100011111 1010111 110010

Color Harmonies of #C010EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C010EF

Black with #C010EF

Text Example


Text Example

White with #C010EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C010EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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