Html Css Color HEX #C10CFF Electric Purple

📋 copy color: '#C10CFF'

red 193 ◦ green 12 ◦ blue 255

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

Shades of Electric Purple #C10CFF

Tints of Electric Purple #C10CFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 55.43%

R = 41.96%
G = 2.61%
B = 55.43%

CMYK

 C value IS 0.24

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C10CFF (or 0xC10CFF) is known color: Electric Purple. HEX triplet: C1, 0C and FF. RGB value is (193,12,255). Sum of RGB (Red+Green+Blue) = 193+12+255=460 (60% of max value = 765). Red value is 193 (75.78% from 255 or 41.96% from 460); Green value is 12 (5.08% from 255 or 2.61% from 460); Blue value is 255 (100% from 255 or 55.43% from 460); Max value from RGB is 255 - color contains mainly: blue. Hex color #C10CFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C10CFF is #3EF300. Grayscale: #5D5D5D. Windows color (decimal): -4125441 or 16714945. OLE color: 16714945.

HSL color Cylindrical-coordinate representation of color #C10CFF: hue angle of 284.69º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C10CFF is Cyan = 0.24, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 193 12 255 -
CMYK 0.24 0.95 0 0
HSL 284.69º 1% 0.52% -
HSV(B) 284.69º 0.95% 1% -
XYZ 40.17 18.82 96.12 -
YUV 93.82 218.97 198.74 -
System Red Green Blue C M Y K H S L
Decimal 193 12 255 0.24 0.95 0 0 284.69 1 0.52
Hex C1 C FF 18 5F 0 0 11D 64 34
Octal 301 14 377 30 137 0 0 435 144 64
Binary 11000001 1100 11111111 11000 1011111 0 0 100011101 1100100 110100

Color Harmonies of #C10CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10CFF

Black with #C10CFF

Text Example


Text Example

White with #C10CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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