Html Css Color HEX #C124FF Electric Purple

📋 copy color: '#C124FF'

red 193 ◦ green 36 ◦ blue 255

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

Shades of Electric Purple #C124FF

Tints of Electric Purple #C124FF

RGB

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

 GREEN value IS 36 (14.45% from 255) = 7.44%

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

R = 39.88%
G = 7.44%
B = 52.69%

CMYK

 C value IS 0.24

 M value IS 0.86

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C124FF (or 0xC124FF) is known color: Electric Purple. HEX triplet: C1, 24 and FF. RGB value is (193,36,255). Sum of RGB (Red+Green+Blue) = 193+36+255=484 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.88% from 484); Green value is 36 (14.45% from 255 or 7.44% from 484); Blue value is 255 (100% from 255 or 52.69% from 484); Max value from RGB is 255 - color contains mainly: blue. Hex color #C124FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C124FF is #3EDB00. Grayscale: #6B6B6B. Windows color (decimal): -4119297 or 16721089. OLE color: 16721089.

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

Color convert

RGB 193 36 255 -
CMYK 0.24 0.86 0 0
HSL 283.01º 1% 0.57% -
HSV(B) 283.01º 0.86% 1% -
XYZ 40.67 19.82 96.29 -
YUV 107.91 211.01 188.69 -
System Red Green Blue C M Y K H S L
Decimal 193 36 255 0.24 0.86 0 0 283.01 1 0.57
Hex C1 24 FF 18 56 0 0 11B 64 39
Octal 301 44 377 30 126 0 0 433 144 71
Binary 11000001 100100 11111111 11000 1010110 0 0 100011011 1100100 111001

Color Harmonies of #C124FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C124FF

Black with #C124FF

Text Example


Text Example

White with #C124FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C124FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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