Html Css Color HEX #C10CEF Electric Purple

📋 copy color: '#C10CEF'

red 193 ◦ green 12 ◦ blue 239

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

Shades of Electric Purple #C10CEF

Tints of Electric Purple #C10CEF

RGB

 RED value IS 193 (75.78% from 255) = 43.47%

 GREEN value IS 12 (5.08% from 255) = 2.7%

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

R = 43.47%
G = 2.7%
B = 53.83%

CMYK

 C value IS 0.19

 M value IS 0.95

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C10CEF (or 0xC10CEF) is known color: Electric Purple. HEX triplet: C1, 0C and EF. RGB value is (193,12,239). Sum of RGB (Red+Green+Blue) = 193+12+239=444 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.47% from 444); Green value is 12 (5.08% from 255 or 2.70% from 444); Blue value is 239 (93.75% from 255 or 53.83% from 444); Max value from RGB is 239 - color contains mainly: blue. Hex color #C10CEF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C10CEF is #3EF310. Grayscale: #5B5B5B. Windows color (decimal): -4125457 or 15666369. OLE color: 15666369.

HSL color Cylindrical-coordinate representation of color #C10CEF: hue angle of 287.84º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C10CEF is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 193 12 239 -
CMYK 0.19 0.95 0 0.06
HSL 287.84º 0.9% 0.49% -
HSV(B) 287.84º 0.95% 0.94% -
XYZ 37.7 17.83 83.12 -
YUV 92 210.97 200.04 -
System Red Green Blue C M Y K H S L
Decimal 193 12 239 0.19 0.95 0 0.06 287.84 0.9 0.49
Hex C1 C EF 13 5F 0 6 120 5A 31
Octal 301 14 357 23 137 0 6 440 132 61
Binary 11000001 1100 11101111 10011 1011111 0 110 100100000 1011010 110001

Color Harmonies of #C10CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10CEF

Black with #C10CEF

Text Example


Text Example

White with #C10CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10CEF; }

 p { color: rgb(193,12,239); }

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

background-color css

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

 a { background-color: rgb(193,12,239); }

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

border-color css

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

 span { border-color: rgb(193,12,239); }

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