Html Css Color HEX #C125EF Electric Purple

📋 copy color: '#C125EF'

red 193 ◦ green 37 ◦ blue 239

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

Shades of Electric Purple #C125EF

Tints of Electric Purple #C125EF

RGB

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

 GREEN value IS 37 (14.84% from 255) = 7.89%

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

R = 41.15%
G = 7.89%
B = 50.96%

CMYK

 C value IS 0.19

 M value IS 0.85

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C125EF (or 0xC125EF) is known color: Electric Purple. HEX triplet: C1, 25 and EF. RGB value is (193,37,239). Sum of RGB (Red+Green+Blue) = 193+37+239=469 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.15% from 469); Green value is 37 (14.84% from 255 or 7.89% from 469); Blue value is 239 (93.75% from 255 or 50.96% from 469); Max value from RGB is 239 - color contains mainly: blue. Hex color #C125EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C125EF is #3EDA10. Grayscale: #6A6A6A. Windows color (decimal): -4119057 or 15672769. OLE color: 15672769.

HSL color Cylindrical-coordinate representation of color #C125EF: hue angle of 286.34º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C125EF is Cyan = 0.19, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 193 37 239 -
CMYK 0.19 0.85 0 0.06
HSL 286.34º 0.86% 0.54% -
HSV(B) 286.34º 0.85% 0.94% -
XYZ 38.23 18.89 83.29 -
YUV 106.67 202.68 189.57 -
System Red Green Blue C M Y K H S L
Decimal 193 37 239 0.19 0.85 0 0.06 286.34 0.86 0.54
Hex C1 25 EF 13 55 0 6 11E 56 36
Octal 301 45 357 23 125 0 6 436 126 66
Binary 11000001 100101 11101111 10011 1010101 0 110 100011110 1010110 110110

Color Harmonies of #C125EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C125EF

Black with #C125EF

Text Example


Text Example

White with #C125EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C125EF; }

 p { color: rgb(193,37,239); }

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

background-color css

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

 a { background-color: rgb(193,37,239); }

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

border-color css

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

 span { border-color: rgb(193,37,239); }

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