Html Css Color HEX #C125E9 Electric Purple

📋 copy color: '#C125E9'

red 193 ◦ green 37 ◦ blue 233

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

Shades of Electric Purple #C125E9

Tints of Electric Purple #C125E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 50.32%

R = 41.68%
G = 7.99%
B = 50.32%

CMYK

 C value IS 0.17

 M value IS 0.84

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C125E9 (or 0xC125E9) is known color: Electric Purple. HEX triplet: C1, 25 and E9. RGB value is (193,37,233). Sum of RGB (Red+Green+Blue) = 193+37+233=463 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.68% from 463); Green value is 37 (14.84% from 255 or 7.99% from 463); Blue value is 233 (91.41% from 255 or 50.32% from 463); Max value from RGB is 233 - color contains mainly: blue. Hex color #C125E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C125E9 is #3EDA16. Grayscale: #696969. Windows color (decimal): -4119063 or 15279553. OLE color: 15279553.

HSL color Cylindrical-coordinate representation of color #C125E9: hue angle of 287.76º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C125E9 is Cyan = 0.17, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 193 37 233 -
CMYK 0.17 0.84 0 0.09
HSL 287.76º 0.82% 0.53% -
HSV(B) 287.76º 0.84% 0.91% -
XYZ 37.36 18.54 78.7 -
YUV 105.99 199.68 190.06 -
System Red Green Blue C M Y K H S L
Decimal 193 37 233 0.17 0.84 0 0.09 287.76 0.82 0.53
Hex C1 25 E9 11 54 0 9 120 52 35
Octal 301 45 351 21 124 0 11 440 122 65
Binary 11000001 100101 11101001 10001 1010100 0 1001 100100000 1010010 110101

Color Harmonies of #C125E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C125E9

Black with #C125E9

Text Example


Text Example

White with #C125E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C125E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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