Html Css Color HEX #C10EF4 Electric Purple

📋 copy color: '#C10EF4'

red 193 ◦ green 14 ◦ blue 244

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

Shades of Electric Purple #C10EF4

Tints of Electric Purple #C10EF4

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.1%

 BLUE value IS 244 (95.7% from 255) = 54.1%

R = 42.79%
G = 3.1%
B = 54.1%

CMYK

 C value IS 0.21

 M value IS 0.94

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C10EF4 (or 0xC10EF4) is known color: Electric Purple. HEX triplet: C1, 0E and F4. RGB value is (193,14,244). Sum of RGB (Red+Green+Blue) = 193+14+244=451 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.79% from 451); Green value is 14 (5.86% from 255 or 3.10% from 451); Blue value is 244 (95.70% from 255 or 54.10% from 451); Max value from RGB is 244 - color contains mainly: blue. Hex color #C10EF4 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C10EF4 is #3EF10B. Grayscale: #5D5D5D. Windows color (decimal): -4124940 or 15994561. OLE color: 15994561.

HSL color Cylindrical-coordinate representation of color #C10EF4: hue angle of 286.7º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C10EF4 is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 193 14 244 -
CMYK 0.21 0.94 0 0.04
HSL 286.7º 0.91% 0.51% -
HSV(B) 286.7º 0.94% 0.96% -
XYZ 38.48 18.18 87.07 -
YUV 93.74 212.8 198.8 -
System Red Green Blue C M Y K H S L
Decimal 193 14 244 0.21 0.94 0 0.04 286.7 0.91 0.51
Hex C1 E F4 15 5E 0 4 11F 5B 33
Octal 301 16 364 25 136 0 4 437 133 63
Binary 11000001 1110 11110100 10101 1011110 0 100 100011111 1011011 110011

Color Harmonies of #C10EF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10EF4

Black with #C10EF4

Text Example


Text Example

White with #C10EF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10EF4; }

 p { color: rgb(193,14,244); }

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

background-color css

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

 a { background-color: rgb(193,14,244); }

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

border-color css

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

 span { border-color: rgb(193,14,244); }

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