Html Css Color HEX #C10CED Electric Purple

📋 copy color: '#C10CED'

red 193 ◦ green 12 ◦ blue 237

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

Shades of Electric Purple #C10CED

Tints of Electric Purple #C10CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 53.62%

R = 43.67%
G = 2.71%
B = 53.62%

CMYK

 C value IS 0.19

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C10CED (or 0xC10CED) is known color: Electric Purple. HEX triplet: C1, 0C and ED. RGB value is (193,12,237). Sum of RGB (Red+Green+Blue) = 193+12+237=442 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.67% from 442); Green value is 12 (5.08% from 255 or 2.71% from 442); Blue value is 237 (92.97% from 255 or 53.62% from 442); Max value from RGB is 237 - color contains mainly: blue. Hex color #C10CED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C10CED is #3EF312. Grayscale: #5B5B5B. Windows color (decimal): -4125459 or 15535297. OLE color: 15535297.

HSL color Cylindrical-coordinate representation of color #C10CED: hue angle of 288.27º 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 #C10CED is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 193 12 237 -
CMYK 0.19 0.95 0 0.07
HSL 288.27º 0.9% 0.49% -
HSV(B) 288.27º 0.95% 0.93% -
XYZ 37.41 17.71 81.57 -
YUV 91.77 209.97 200.2 -
System Red Green Blue C M Y K H S L
Decimal 193 12 237 0.19 0.95 0 0.07 288.27 0.9 0.49
Hex C1 C ED 13 5F 0 7 120 5A 31
Octal 301 14 355 23 137 0 7 440 132 61
Binary 11000001 1100 11101101 10011 1011111 0 111 100100000 1011010 110001

Color Harmonies of #C10CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10CED

Black with #C10CED

Text Example


Text Example

White with #C10CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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