Html Css Color HEX #C10FFC Electric Purple

📋 copy color: '#C10FFC'

red 193 ◦ green 15 ◦ blue 252

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

Shades of Electric Purple #C10FFC

Tints of Electric Purple #C10FFC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.26%

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

R = 41.96%
G = 3.26%
B = 54.78%

CMYK

 C value IS 0.23

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C10FFC (or 0xC10FFC) is known color: Electric Purple. HEX triplet: C1, 0F and FC. RGB value is (193,15,252). Sum of RGB (Red+Green+Blue) = 193+15+252=460 (60% of max value = 765). Red value is 193 (75.78% from 255 or 41.96% from 460); Green value is 15 (6.25% from 255 or 3.26% 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 #C10FFC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C10FFC is #3EF003. Grayscale: #5E5E5E. Windows color (decimal): -4124676 or 16519105. OLE color: 16519105.

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

Color convert

RGB 193 15 252 -
CMYK 0.23 0.94 0 0.01
HSL 285.06º 0.98% 0.52% -
HSV(B) 285.06º 0.94% 0.99% -
XYZ 39.73 18.71 93.61 -
YUV 95.24 216.47 197.73 -
System Red Green Blue C M Y K H S L
Decimal 193 15 252 0.23 0.94 0 0.01 285.06 0.98 0.52
Hex C1 F FC 17 5E 0 1 11D 62 34
Octal 301 17 374 27 136 0 1 435 142 64
Binary 11000001 1111 11111100 10111 1011110 0 1 100011101 1100010 110100

Color Harmonies of #C10FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10FFC

Black with #C10FFC

Text Example


Text Example

White with #C10FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10FFC; }

 p { color: rgb(193,15,252); }

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

background-color css

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

 a { background-color: rgb(193,15,252); }

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

border-color css

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

 span { border-color: rgb(193,15,252); }

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