Html Css Color HEX #C125FC Electric Purple

📋 copy color: '#C125FC'

red 193 ◦ green 37 ◦ blue 252

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

Shades of Electric Purple #C125FC

Tints of Electric Purple #C125FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 52.28%

R = 40.04%
G = 7.68%
B = 52.28%

CMYK

 C value IS 0.23

 M value IS 0.85

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C125FC (or 0xC125FC) is known color: Electric Purple. HEX triplet: C1, 25 and FC. RGB value is (193,37,252). Sum of RGB (Red+Green+Blue) = 193+37+252=482 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.04% from 482); Green value is 37 (14.84% from 255 or 7.68% from 482); Blue value is 252 (98.83% from 255 or 52.28% from 482); Max value from RGB is 252 - color contains mainly: blue. Hex color #C125FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C125FC is #3EDA03. Grayscale: #6B6B6B. Windows color (decimal): -4119044 or 16524737. OLE color: 16524737.

HSL color Cylindrical-coordinate representation of color #C125FC: hue angle of 283.53º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C125FC is Cyan = 0.23, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 193 37 252 -
CMYK 0.23 0.85 0 0.01
HSL 283.53º 0.97% 0.57% -
HSV(B) 283.53º 0.85% 0.99% -
XYZ 40.22 19.69 93.78 -
YUV 108.15 209.18 188.52 -
System Red Green Blue C M Y K H S L
Decimal 193 37 252 0.23 0.85 0 0.01 283.53 0.97 0.57
Hex C1 25 FC 17 55 0 1 11C 61 39
Octal 301 45 374 27 125 0 1 434 141 71
Binary 11000001 100101 11111100 10111 1010101 0 1 100011100 1100001 111001

Color Harmonies of #C125FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C125FC

Black with #C125FC

Text Example


Text Example

White with #C125FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C125FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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