Html Css Color HEX #C12CED Electric Purple

📋 copy color: '#C12CED'

red 193 ◦ green 44 ◦ blue 237

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

Shades of Electric Purple #C12CED

Tints of Electric Purple #C12CED

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.28%

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

R = 40.72%
G = 9.28%
B = 50%

CMYK

 C value IS 0.19

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C12CED (or 0xC12CED) is known color: Electric Purple. HEX triplet: C1, 2C and ED. RGB value is (193,44,237). Sum of RGB (Red+Green+Blue) = 193+44+237=474 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.72% from 474); Green value is 44 (17.58% from 255 or 9.28% from 474); Blue value is 237 (92.97% from 255 or 50% from 474); Max value from RGB is 237 - color contains mainly: blue. Hex color #C12CED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C12CED is #3ED312. Grayscale: #6D6D6D. Windows color (decimal): -4117267 or 15543489. OLE color: 15543489.

HSL color Cylindrical-coordinate representation of color #C12CED: hue angle of 286.32º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C12CED is Cyan = 0.19, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 193 44 237 -
CMYK 0.19 0.81 0 0.07
HSL 286.32º 0.84% 0.55% -
HSV(B) 286.32º 0.81% 0.93% -
XYZ 38.18 19.25 81.82 -
YUV 110.55 199.36 186.81 -
System Red Green Blue C M Y K H S L
Decimal 193 44 237 0.19 0.81 0 0.07 286.32 0.84 0.55
Hex C1 2C ED 13 51 0 7 11E 54 37
Octal 301 54 355 23 121 0 7 436 124 67
Binary 11000001 101100 11101101 10011 1010001 0 111 100011110 1010100 110111

Color Harmonies of #C12CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12CED

Black with #C12CED

Text Example


Text Example

White with #C12CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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