Html Css Color HEX #C01FF2 Electric Purple

📋 copy color: '#C01FF2'

red 192 ◦ green 31 ◦ blue 242

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

Shades of Electric Purple #C01FF2

Tints of Electric Purple #C01FF2

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.67%

 BLUE value IS 242 (94.92% from 255) = 52.04%

R = 41.29%
G = 6.67%
B = 52.04%

CMYK

 C value IS 0.21

 M value IS 0.87

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C01FF2 (or 0xC01FF2) is known color: Electric Purple. HEX triplet: C0, 1F and F2. RGB value is (192,31,242). Sum of RGB (Red+Green+Blue) = 192+31+242=465 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.29% from 465); Green value is 31 (12.5% from 255 or 6.67% from 465); Blue value is 242 (94.92% from 255 or 52.04% from 465); Max value from RGB is 242 - color contains mainly: blue. Hex color #C01FF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C01FF2 is #3FE00D. Grayscale: #666666. Windows color (decimal): -4186126 or 15867840. OLE color: 15867840.

HSL color Cylindrical-coordinate representation of color #C01FF2: hue angle of 285.78º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C01FF2 is Cyan = 0.21, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 192 31 242 -
CMYK 0.21 0.87 0 0.05
HSL 285.78º 0.89% 0.54% -
HSV(B) 285.78º 0.87% 0.95% -
XYZ 38.26 18.6 85.58 -
YUV 103.19 206.34 191.34 -
System Red Green Blue C M Y K H S L
Decimal 192 31 242 0.21 0.87 0 0.05 285.78 0.89 0.54
Hex C0 1F F2 15 57 0 5 11E 59 36
Octal 300 37 362 25 127 0 5 436 131 66
Binary 11000000 11111 11110010 10101 1010111 0 101 100011110 1011001 110110

Color Harmonies of #C01FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01FF2

Black with #C01FF2

Text Example


Text Example

White with #C01FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01FF2; }

 p { color: rgb(192,31,242); }

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

background-color css

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

 a { background-color: rgb(192,31,242); }

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

border-color css

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

 span { border-color: rgb(192,31,242); }

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