Html Css Color HEX #C01CFA Electric Purple

📋 copy color: '#C01CFA'

red 192 ◦ green 28 ◦ blue 250

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

Shades of Electric Purple #C01CFA

Tints of Electric Purple #C01CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 53.19%

R = 40.85%
G = 5.96%
B = 53.19%

CMYK

 C value IS 0.23

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C01CFA (or 0xC01CFA) is known color: Electric Purple. HEX triplet: C0, 1C and FA. RGB value is (192,28,250). Sum of RGB (Red+Green+Blue) = 192+28+250=470 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.85% from 470); Green value is 28 (11.33% from 255 or 5.96% from 470); Blue value is 250 (98.05% from 255 or 53.19% from 470); Max value from RGB is 250 - color contains mainly: blue. Hex color #C01CFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C01CFA is #3FE305. Grayscale: #656565. Windows color (decimal): -4186886 or 16391360. OLE color: 16391360.

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

Color convert

RGB 192 28 250 -
CMYK 0.23 0.89 0 0.02
HSL 284.32º 0.96% 0.55% -
HSV(B) 284.32º 0.89% 0.98% -
XYZ 39.41 18.94 92.02 -
YUV 102.34 211.33 191.95 -
System Red Green Blue C M Y K H S L
Decimal 192 28 250 0.23 0.89 0 0.02 284.32 0.96 0.55
Hex C0 1C FA 17 59 0 2 11C 60 37
Octal 300 34 372 27 131 0 2 434 140 67
Binary 11000000 11100 11111010 10111 1011001 0 10 100011100 1100000 110111

Color Harmonies of #C01CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01CFA

Black with #C01CFA

Text Example


Text Example

White with #C01CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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