Html Css Color HEX #C122FC Electric Purple

📋 copy color: '#C122FC'

red 193 ◦ green 34 ◦ blue 252

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

Shades of Electric Purple #C122FC

Tints of Electric Purple #C122FC

RGB

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

 GREEN value IS 34 (13.67% from 255) = 7.1%

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

R = 40.29%
G = 7.1%
B = 52.61%

CMYK

 C value IS 0.23

 M value IS 0.87

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C122FC (or 0xC122FC) is known color: Electric Purple. HEX triplet: C1, 22 and FC. RGB value is (193,34,252). Sum of RGB (Red+Green+Blue) = 193+34+252=479 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.29% from 479); Green value is 34 (13.67% from 255 or 7.10% from 479); Blue value is 252 (98.83% from 255 or 52.61% from 479); Max value from RGB is 252 - color contains mainly: blue. Hex color #C122FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C122FC is #3EDD03. Grayscale: #696969. Windows color (decimal): -4119812 or 16523969. OLE color: 16523969.

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

Color convert

RGB 193 34 252 -
CMYK 0.23 0.87 0 0.01
HSL 283.76º 0.97% 0.56% -
HSV(B) 283.76º 0.87% 0.99% -
XYZ 40.14 19.51 93.75 -
YUV 106.39 210.18 189.77 -
System Red Green Blue C M Y K H S L
Decimal 193 34 252 0.23 0.87 0 0.01 283.76 0.97 0.56
Hex C1 22 FC 17 57 0 1 11C 61 38
Octal 301 42 374 27 127 0 1 434 141 70
Binary 11000001 100010 11111100 10111 1010111 0 1 100011100 1100001 111000

Color Harmonies of #C122FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C122FC

Black with #C122FC

Text Example


Text Example

White with #C122FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C122FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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