Html Css Color HEX #C01CFF Electric Purple

📋 copy color: '#C01CFF'

red 192 ◦ green 28 ◦ blue 255

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

Shades of Electric Purple #C01CFF

Tints of Electric Purple #C01CFF

RGB

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

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

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

R = 40.42%
G = 5.89%
B = 53.68%

CMYK

 C value IS 0.25

 M value IS 0.89

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C01CFF (or 0xC01CFF) is known color: Electric Purple. HEX triplet: C0, 1C and FF. RGB value is (192,28,255). Sum of RGB (Red+Green+Blue) = 192+28+255=475 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.42% from 475); Green value is 28 (11.33% from 255 or 5.89% from 475); Blue value is 255 (100% from 255 or 53.68% from 475); Max value from RGB is 255 - color contains mainly: blue. Hex color #C01CFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C01CFF is #3FE300. Grayscale: #666666. Windows color (decimal): -4186881 or 16719040. OLE color: 16719040.

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

Color convert

RGB 192 28 255 -
CMYK 0.25 0.89 0 0
HSL 283.35º 1% 0.55% -
HSV(B) 283.35º 0.89% 1% -
XYZ 40.2 19.26 96.21 -
YUV 102.91 213.83 191.54 -
System Red Green Blue C M Y K H S L
Decimal 192 28 255 0.25 0.89 0 0 283.35 1 0.55
Hex C0 1C FF 19 59 0 0 11B 64 37
Octal 300 34 377 31 131 0 0 433 144 67
Binary 11000000 11100 11111111 11001 1011001 0 0 100011011 1100100 110111

Color Harmonies of #C01CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01CFF

Black with #C01CFF

Text Example


Text Example

White with #C01CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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