Html Css Color HEX #C123FD Electric Purple

📋 copy color: '#C123FD'

red 193 ◦ green 35 ◦ blue 253

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

Shades of Electric Purple #C123FD

Tints of Electric Purple #C123FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 52.6%

R = 40.12%
G = 7.28%
B = 52.6%

CMYK

 C value IS 0.24

 M value IS 0.86

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C123FD (or 0xC123FD) is known color: Electric Purple. HEX triplet: C1, 23 and FD. RGB value is (193,35,253). Sum of RGB (Red+Green+Blue) = 193+35+253=481 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.12% from 481); Green value is 35 (14.06% from 255 or 7.28% from 481); Blue value is 253 (99.22% from 255 or 52.60% from 481); Max value from RGB is 253 - color contains mainly: blue. Hex color #C123FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C123FD is #3EDC02. Grayscale: #6A6A6A. Windows color (decimal): -4119555 or 16589761. OLE color: 16589761.

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

Color convert

RGB 193 35 253 -
CMYK 0.24 0.86 0 0.01
HSL 283.49º 0.98% 0.56% -
HSV(B) 283.49º 0.86% 0.99% -
XYZ 40.32 19.63 94.59 -
YUV 107.09 210.35 189.27 -
System Red Green Blue C M Y K H S L
Decimal 193 35 253 0.24 0.86 0 0.01 283.49 0.98 0.56
Hex C1 23 FD 18 56 0 1 11B 62 38
Octal 301 43 375 30 126 0 1 433 142 70
Binary 11000001 100011 11111101 11000 1010110 0 1 100011011 1100010 111000

Color Harmonies of #C123FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C123FD

Black with #C123FD

Text Example


Text Example

White with #C123FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C123FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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