Html Css Color HEX #C125FF Electric Purple

📋 copy color: '#C125FF'

red 193 ◦ green 37 ◦ blue 255

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

Shades of Electric Purple #C125FF

Tints of Electric Purple #C125FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 52.58%

R = 39.79%
G = 7.63%
B = 52.58%

CMYK

 C value IS 0.24

 M value IS 0.85

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C125FF (or 0xC125FF) is known color: Electric Purple. HEX triplet: C1, 25 and FF. RGB value is (193,37,255). Sum of RGB (Red+Green+Blue) = 193+37+255=485 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.79% from 485); Green value is 37 (14.84% from 255 or 7.63% from 485); Blue value is 255 (100% from 255 or 52.58% from 485); Max value from RGB is 255 - color contains mainly: blue. Hex color #C125FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C125FF is #3EDA00. Grayscale: #6B6B6B. Windows color (decimal): -4119041 or 16721345. OLE color: 16721345.

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

Color convert

RGB 193 37 255 -
CMYK 0.24 0.85 0 0
HSL 282.94º 1% 0.57% -
HSV(B) 282.94º 0.85% 1% -
XYZ 40.7 19.88 96.3 -
YUV 108.5 210.68 188.27 -
System Red Green Blue C M Y K H S L
Decimal 193 37 255 0.24 0.85 0 0 282.94 1 0.57
Hex C1 25 FF 18 55 0 0 11B 64 39
Octal 301 45 377 30 125 0 0 433 144 71
Binary 11000001 100101 11111111 11000 1010101 0 0 100011011 1100100 111001

Color Harmonies of #C125FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C125FF

Black with #C125FF

Text Example


Text Example

White with #C125FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C125FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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