Html Css Color HEX #C123FC Electric Purple

📋 copy color: '#C123FC'

red 193 ◦ green 35 ◦ blue 252

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

Shades of Electric Purple #C123FC

Tints of Electric Purple #C123FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 52.5%

R = 40.21%
G = 7.29%
B = 52.5%

CMYK

 C value IS 0.23

 M value IS 0.86

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C123FC (or 0xC123FC) is known color: Electric Purple. HEX triplet: C1, 23 and FC. RGB value is (193,35,252). Sum of RGB (Red+Green+Blue) = 193+35+252=480 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.21% from 480); Green value is 35 (14.06% from 255 or 7.29% from 480); Blue value is 252 (98.83% from 255 or 52.5% from 480); Max value from RGB is 252 - color contains mainly: blue. Hex color #C123FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C123FC is #3EDC03. Grayscale: #6A6A6A. Windows color (decimal): -4119556 or 16524225. OLE color: 16524225.

HSL color Cylindrical-coordinate representation of color #C123FC: hue angle of 283.69º degrees, saturation: 0.97, 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 #C123FC is Cyan = 0.23, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 193 35 252 -
CMYK 0.23 0.86 0 0.01
HSL 283.69º 0.97% 0.56% -
HSV(B) 283.69º 0.86% 0.99% -
XYZ 40.16 19.57 93.76 -
YUV 106.98 209.85 189.36 -
System Red Green Blue C M Y K H S L
Decimal 193 35 252 0.23 0.86 0 0.01 283.69 0.97 0.56
Hex C1 23 FC 17 56 0 1 11C 61 38
Octal 301 43 374 27 126 0 1 434 141 70
Binary 11000001 100011 11111100 10111 1010110 0 1 100011100 1100001 111000

Color Harmonies of #C123FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C123FC

Black with #C123FC

Text Example


Text Example

White with #C123FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C123FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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