Html Css Color HEX #C10CEA Electric Purple

📋 copy color: '#C10CEA'

red 193 ◦ green 12 ◦ blue 234

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

Shades of Electric Purple #C10CEA

Tints of Electric Purple #C10CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 53.3%

R = 43.96%
G = 2.73%
B = 53.3%

CMYK

 C value IS 0.18

 M value IS 0.95

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C10CEA (or 0xC10CEA) is known color: Electric Purple. HEX triplet: C1, 0C and EA. RGB value is (193,12,234). Sum of RGB (Red+Green+Blue) = 193+12+234=439 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.96% from 439); Green value is 12 (5.08% from 255 or 2.73% from 439); Blue value is 234 (91.80% from 255 or 53.30% from 439); Max value from RGB is 234 - color contains mainly: blue. Hex color #C10CEA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C10CEA is #3EF315. Grayscale: #5A5A5A. Windows color (decimal): -4125462 or 15338689. OLE color: 15338689.

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

Color convert

RGB 193 12 234 -
CMYK 0.18 0.95 0 0.08
HSL 288.92º 0.9% 0.48% -
HSV(B) 288.92º 0.95% 0.92% -
XYZ 36.98 17.54 79.28 -
YUV 91.43 208.47 200.45 -
System Red Green Blue C M Y K H S L
Decimal 193 12 234 0.18 0.95 0 0.08 288.92 0.9 0.48
Hex C1 C EA 12 5F 0 8 121 5A 30
Octal 301 14 352 22 137 0 10 441 132 60
Binary 11000001 1100 11101010 10010 1011111 0 1000 100100001 1011010 110000

Color Harmonies of #C10CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10CEA

Black with #C10CEA

Text Example


Text Example

White with #C10CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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