Html Css Color HEX #C01CFC Electric Purple

📋 copy color: '#C01CFC'

red 192 ◦ green 28 ◦ blue 252

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

Shades of Electric Purple #C01CFC

Tints of Electric Purple #C01CFC

RGB

 RED value IS 192 (75.39% from 255) = 40.68%

 GREEN value IS 28 (11.33% from 255) = 5.93%

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

R = 40.68%
G = 5.93%
B = 53.39%

CMYK

 C value IS 0.24

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C01CFC (or 0xC01CFC) is known color: Electric Purple. HEX triplet: C0, 1C and FC. RGB value is (192,28,252). Sum of RGB (Red+Green+Blue) = 192+28+252=472 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.68% from 472); Green value is 28 (11.33% from 255 or 5.93% from 472); Blue value is 252 (98.83% from 255 or 53.39% from 472); Max value from RGB is 252 - color contains mainly: blue. Hex color #C01CFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C01CFC is #3FE303. Grayscale: #656565. Windows color (decimal): -4186884 or 16522432. OLE color: 16522432.

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

Color convert

RGB 192 28 252 -
CMYK 0.24 0.89 0 0.01
HSL 283.93º 0.97% 0.55% -
HSV(B) 283.93º 0.89% 0.99% -
XYZ 39.72 19.07 93.68 -
YUV 102.57 212.33 191.79 -
System Red Green Blue C M Y K H S L
Decimal 192 28 252 0.24 0.89 0 0.01 283.93 0.97 0.55
Hex C0 1C FC 18 59 0 1 11C 61 37
Octal 300 34 374 30 131 0 1 434 141 67
Binary 11000000 11100 11111100 11000 1011001 0 1 100011100 1100001 110111

Color Harmonies of #C01CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01CFC

Black with #C01CFC

Text Example


Text Example

White with #C01CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01CFC; }

 p { color: rgb(192,28,252); }

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

background-color css

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

 a { background-color: rgb(192,28,252); }

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

border-color css

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

 span { border-color: rgb(192,28,252); }

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