Html Css Color HEX #C123FE Electric Purple

📋 copy color: '#C123FE'

red 193 ◦ green 35 ◦ blue 254

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

Shades of Electric Purple #C123FE

Tints of Electric Purple #C123FE

RGB

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

 GREEN value IS 35 (14.06% from 255) = 7.26%

 BLUE value IS 254 (99.61% from 255) = 52.7%

R = 40.04%
G = 7.26%
B = 52.7%

CMYK

 C value IS 0.24

 M value IS 0.86

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C123FE (or 0xC123FE) is known color: Electric Purple. HEX triplet: C1, 23 and FE. RGB value is (193,35,254). Sum of RGB (Red+Green+Blue) = 193+35+254=482 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.04% from 482); Green value is 35 (14.06% from 255 or 7.26% from 482); Blue value is 254 (99.61% from 255 or 52.70% from 482); Max value from RGB is 254 - color contains mainly: blue. Hex color #C123FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C123FE is #3EDC01. Grayscale: #6A6A6A. Windows color (decimal): -4119554 or 16655297. OLE color: 16655297.

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

Color convert

RGB 193 35 254 -
CMYK 0.24 0.86 0 0.00
HSL 283.29º 0.99% 0.57% -
HSV(B) 283.29º 0.86% 1% -
XYZ 40.48 19.7 95.43 -
YUV 107.21 210.85 189.19 -
System Red Green Blue C M Y K H S L
Decimal 193 35 254 0.24 0.86 0 0.00 283.29 0.99 0.57
Hex C1 23 FE 18 56 0 0 11B 63 39
Octal 301 43 376 30 126 0 0 433 143 71
Binary 11000001 100011 11111110 11000 1010110 0 0 100011011 1100011 111001

Color Harmonies of #C123FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C123FE

Black with #C123FE

Text Example


Text Example

White with #C123FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C123FE; }

 p { color: rgb(193,35,254); }

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

background-color css

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

 a { background-color: rgb(193,35,254); }

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

border-color css

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

 span { border-color: rgb(193,35,254); }

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