Html Css Color HEX #C123FF Electric Purple

📋 copy color: '#C123FF'

red 193 ◦ green 35 ◦ blue 255

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

Shades of Electric Purple #C123FF

Tints of Electric Purple #C123FF

RGB

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

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

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

R = 39.96%
G = 7.25%
B = 52.8%

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

#C123FF (or 0xC123FF) is known color: Electric Purple. HEX triplet: C1, 23 and FF. RGB value is (193,35,255). Sum of RGB (Red+Green+Blue) = 193+35+255=483 (63% of max value = 765). Red value is 193 (75.78% from 255 or 39.96% from 483); Green value is 35 (14.06% from 255 or 7.25% from 483); Blue value is 255 (100% from 255 or 52.80% from 483); Max value from RGB is 255 - color contains mainly: blue. Hex color #C123FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C123FF is #3EDC00. Grayscale: #6A6A6A. Windows color (decimal): -4119553 or 16720833. OLE color: 16720833.

HSL color Cylindrical-coordinate representation of color #C123FF: hue angle of 283.09º 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 #C123FF is Cyan = 0.24, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 193 35 255 -
CMYK 0.24 0.86 0 0
HSL 283.09º 1% 0.57% -
HSV(B) 283.09º 0.86% 1% -
XYZ 40.64 19.76 96.28 -
YUV 107.32 211.35 189.11 -
System Red Green Blue C M Y K H S L
Decimal 193 35 255 0.24 0.86 0 0 283.09 1 0.57
Hex C1 23 FF 18 56 0 0 11B 64 39
Octal 301 43 377 30 126 0 0 433 144 71
Binary 11000001 100011 11111111 11000 1010110 0 0 100011011 1100100 111001

Color Harmonies of #C123FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C123FF

Black with #C123FF

Text Example


Text Example

White with #C123FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C123FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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