Html Css Color HEX #C50CEF Electric Purple

📋 copy color: '#C50CEF'

red 197 ◦ green 12 ◦ blue 239

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

Shades of Electric Purple #C50CEF

Tints of Electric Purple #C50CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 53.35%

R = 43.97%
G = 2.68%
B = 53.35%

CMYK

 C value IS 0.18

 M value IS 0.95

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C50CEF (or 0xC50CEF) is known color: Electric Purple. HEX triplet: C5, 0C and EF. RGB value is (197,12,239). Sum of RGB (Red+Green+Blue) = 197+12+239=448 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.97% from 448); Green value is 12 (5.08% from 255 or 2.68% from 448); Blue value is 239 (93.75% from 255 or 53.35% from 448); Max value from RGB is 239 - color contains mainly: blue. Hex color #C50CEF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C50CEF is #3AF310. Grayscale: #5C5C5C. Windows color (decimal): -3863313 or 15666373. OLE color: 15666373.

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

Color convert

RGB 197 12 239 -
CMYK 0.18 0.95 0 0.06
HSL 288.9º 0.9% 0.49% -
HSV(B) 288.9º 0.95% 0.94% -
XYZ 38.74 18.37 83.16 -
YUV 93.19 210.29 202.04 -
System Red Green Blue C M Y K H S L
Decimal 197 12 239 0.18 0.95 0 0.06 288.9 0.9 0.49
Hex C5 C EF 12 5F 0 6 121 5A 31
Octal 305 14 357 22 137 0 6 441 132 61
Binary 11000101 1100 11101111 10010 1011111 0 110 100100001 1011010 110001

Color Harmonies of #C50CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50CEF

Black with #C50CEF

Text Example


Text Example

White with #C50CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50CEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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