Html Css Color HEX #C125F9 Electric Purple

📋 copy color: '#C125F9'

red 193 ◦ green 37 ◦ blue 249

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

Shades of Electric Purple #C125F9

Tints of Electric Purple #C125F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 51.98%

R = 40.29%
G = 7.72%
B = 51.98%

CMYK

 C value IS 0.22

 M value IS 0.85

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C125F9 (or 0xC125F9) is known color: Electric Purple. HEX triplet: C1, 25 and F9. RGB value is (193,37,249). Sum of RGB (Red+Green+Blue) = 193+37+249=479 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.29% from 479); Green value is 37 (14.84% from 255 or 7.72% from 479); Blue value is 249 (97.66% from 255 or 51.98% from 479); Max value from RGB is 249 - color contains mainly: blue. Hex color #C125F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C125F9 is #3EDA06. Grayscale: #6B6B6B. Windows color (decimal): -4119047 or 16328129. OLE color: 16328129.

HSL color Cylindrical-coordinate representation of color #C125F9: hue angle of 284.15º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C125F9 is Cyan = 0.22, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 193 37 249 -
CMYK 0.22 0.85 0 0.02
HSL 284.15º 0.95% 0.56% -
HSV(B) 284.15º 0.85% 0.98% -
XYZ 39.75 19.5 91.29 -
YUV 107.81 207.68 188.76 -
System Red Green Blue C M Y K H S L
Decimal 193 37 249 0.22 0.85 0 0.02 284.15 0.95 0.56
Hex C1 25 F9 16 55 0 2 11C 5F 38
Octal 301 45 371 26 125 0 2 434 137 70
Binary 11000001 100101 11111001 10110 1010101 0 10 100011100 1011111 111000

Color Harmonies of #C125F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C125F9

Black with #C125F9

Text Example


Text Example

White with #C125F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C125F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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