Html Css Color HEX #C10CEC Electric Purple

📋 copy color: '#C10CEC'

red 193 ◦ green 12 ◦ blue 236

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

Shades of Electric Purple #C10CEC

Tints of Electric Purple #C10CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 53.51%

R = 43.76%
G = 2.72%
B = 53.51%

CMYK

 C value IS 0.18

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C10CEC (or 0xC10CEC) is known color: Electric Purple. HEX triplet: C1, 0C and EC. RGB value is (193,12,236). Sum of RGB (Red+Green+Blue) = 193+12+236=441 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.76% from 441); Green value is 12 (5.08% from 255 or 2.72% from 441); Blue value is 236 (92.58% from 255 or 53.51% from 441); Max value from RGB is 236 - color contains mainly: blue. Hex color #C10CEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C10CEC is #3EF313. Grayscale: #5A5A5A. Windows color (decimal): -4125460 or 15469761. OLE color: 15469761.

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

Color convert

RGB 193 12 236 -
CMYK 0.18 0.95 0 0.07
HSL 288.48º 0.9% 0.49% -
HSV(B) 288.48º 0.95% 0.93% -
XYZ 37.26 17.66 80.8 -
YUV 91.66 209.47 200.29 -
System Red Green Blue C M Y K H S L
Decimal 193 12 236 0.18 0.95 0 0.07 288.48 0.9 0.49
Hex C1 C EC 12 5F 0 7 120 5A 31
Octal 301 14 354 22 137 0 7 440 132 61
Binary 11000001 1100 11101100 10010 1011111 0 111 100100000 1011010 110001

Color Harmonies of #C10CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10CEC

Black with #C10CEC

Text Example


Text Example

White with #C10CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10CEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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