Html Css Color HEX #C125FB Electric Purple

📋 copy color: '#C125FB'

red 193 ◦ green 37 ◦ blue 251

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

Shades of Electric Purple #C125FB

Tints of Electric Purple #C125FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 52.18%

R = 40.12%
G = 7.69%
B = 52.18%

CMYK

 C value IS 0.23

 M value IS 0.85

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C125FB (or 0xC125FB) is known color: Electric Purple. HEX triplet: C1, 25 and FB. RGB value is (193,37,251). Sum of RGB (Red+Green+Blue) = 193+37+251=481 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.12% from 481); Green value is 37 (14.84% from 255 or 7.69% from 481); Blue value is 251 (98.44% from 255 or 52.18% from 481); Max value from RGB is 251 - color contains mainly: blue. Hex color #C125FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C125FB is #3EDA04. Grayscale: #6B6B6B. Windows color (decimal): -4119045 or 16459201. OLE color: 16459201.

HSL color Cylindrical-coordinate representation of color #C125FB: hue angle of 283.74º degrees, saturation: 0.96, 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 #C125FB is Cyan = 0.23, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 193 37 251 -
CMYK 0.23 0.85 0 0.02
HSL 283.74º 0.96% 0.56% -
HSV(B) 283.74º 0.85% 0.98% -
XYZ 40.07 19.63 92.94 -
YUV 108.04 208.68 188.6 -
System Red Green Blue C M Y K H S L
Decimal 193 37 251 0.23 0.85 0 0.02 283.74 0.96 0.56
Hex C1 25 FB 17 55 0 2 11C 60 38
Octal 301 45 373 27 125 0 2 434 140 70
Binary 11000001 100101 11111011 10111 1010101 0 10 100011100 1100000 111000

Color Harmonies of #C125FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C125FB

Black with #C125FB

Text Example


Text Example

White with #C125FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C125FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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