Html Css Color HEX #C50CEC Electric Purple

📋 copy color: '#C50CEC'

red 197 ◦ green 12 ◦ blue 236

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

Shades of Electric Purple #C50CEC

Tints of Electric Purple #C50CEC

RGB

 RED value IS 197 (77.34% from 255) = 44.27%

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

 BLUE value IS 236 (92.58% from 255) = 53.03%

R = 44.27%
G = 2.7%
B = 53.03%

CMYK

 C value IS 0.17

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C50CEC (or 0xC50CEC) is known color: Electric Purple. HEX triplet: C5, 0C and EC. RGB value is (197,12,236). Sum of RGB (Red+Green+Blue) = 197+12+236=445 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.27% from 445); Green value is 12 (5.08% from 255 or 2.70% from 445); Blue value is 236 (92.58% from 255 or 53.03% from 445); Max value from RGB is 236 - color contains mainly: blue. Hex color #C50CEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C50CEC is #3AF313. Grayscale: #5C5C5C. Windows color (decimal): -3863316 or 15469765. OLE color: 15469765.

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

Color convert

RGB 197 12 236 -
CMYK 0.17 0.95 0 0.07
HSL 289.55º 0.9% 0.49% -
HSV(B) 289.55º 0.95% 0.93% -
XYZ 38.3 18.19 80.85 -
YUV 92.85 208.79 202.29 -
System Red Green Blue C M Y K H S L
Decimal 197 12 236 0.17 0.95 0 0.07 289.55 0.9 0.49
Hex C5 C EC 11 5F 0 7 122 5A 31
Octal 305 14 354 21 137 0 7 442 132 61
Binary 11000101 1100 11101100 10001 1011111 0 111 100100010 1011010 110001

Color Harmonies of #C50CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50CEC

Black with #C50CEC

Text Example


Text Example

White with #C50CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50CEC; }

 p { color: rgb(197,12,236); }

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

background-color css

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

 a { background-color: rgb(197,12,236); }

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

border-color css

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

 span { border-color: rgb(197,12,236); }

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