Html Css Color HEX #C01CF4 Electric Purple

📋 copy color: '#C01CF4'

red 192 ◦ green 28 ◦ blue 244

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

Shades of Electric Purple #C01CF4

Tints of Electric Purple #C01CF4

RGB

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

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

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

R = 41.38%
G = 6.03%
B = 52.59%

CMYK

 C value IS 0.21

 M value IS 0.89

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C01CF4 (or 0xC01CF4) is known color: Electric Purple. HEX triplet: C0, 1C and F4. RGB value is (192,28,244). Sum of RGB (Red+Green+Blue) = 192+28+244=464 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.38% from 464); Green value is 28 (11.33% from 255 or 6.03% from 464); Blue value is 244 (95.70% from 255 or 52.59% from 464); Max value from RGB is 244 - color contains mainly: blue. Hex color #C01CF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C01CF4 is #3FE30B. Grayscale: #646464. Windows color (decimal): -4186892 or 15998144. OLE color: 15998144.

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

Color convert

RGB 192 28 244 -
CMYK 0.21 0.89 0 0.04
HSL 285.56º 0.91% 0.53% -
HSV(B) 285.56º 0.89% 0.96% -
XYZ 38.48 18.57 87.14 -
YUV 101.66 208.33 192.44 -
System Red Green Blue C M Y K H S L
Decimal 192 28 244 0.21 0.89 0 0.04 285.56 0.91 0.53
Hex C0 1C F4 15 59 0 4 11E 5B 35
Octal 300 34 364 25 131 0 4 436 133 65
Binary 11000000 11100 11110100 10101 1011001 0 100 100011110 1011011 110101

Color Harmonies of #C01CF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01CF4

Black with #C01CF4

Text Example


Text Example

White with #C01CF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01CF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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