Html Css Color HEX #C01FF4 Electric Purple

📋 copy color: '#C01FF4'

red 192 ◦ green 31 ◦ blue 244

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

Shades of Electric Purple #C01FF4

Tints of Electric Purple #C01FF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 52.25%

R = 41.11%
G = 6.64%
B = 52.25%

CMYK

 C value IS 0.21

 M value IS 0.87

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C01FF4 (or 0xC01FF4) is known color: Electric Purple. HEX triplet: C0, 1F and F4. RGB value is (192,31,244). Sum of RGB (Red+Green+Blue) = 192+31+244=467 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.11% from 467); Green value is 31 (12.5% from 255 or 6.64% from 467); Blue value is 244 (95.70% from 255 or 52.25% from 467); Max value from RGB is 244 - color contains mainly: blue. Hex color #C01FF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C01FF4 is #3FE00B. Grayscale: #666666. Windows color (decimal): -4186124 or 15998912. OLE color: 15998912.

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

Color convert

RGB 192 31 244 -
CMYK 0.21 0.87 0 0.04
HSL 285.35º 0.91% 0.54% -
HSV(B) 285.35º 0.87% 0.96% -
XYZ 38.56 18.72 87.17 -
YUV 103.42 207.34 191.18 -
System Red Green Blue C M Y K H S L
Decimal 192 31 244 0.21 0.87 0 0.04 285.35 0.91 0.54
Hex C0 1F F4 15 57 0 4 11D 5B 36
Octal 300 37 364 25 127 0 4 435 133 66
Binary 11000000 11111 11110100 10101 1010111 0 100 100011101 1011011 110110

Color Harmonies of #C01FF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01FF4

Black with #C01FF4

Text Example


Text Example

White with #C01FF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01FF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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