Html Css Color HEX #C004F0 Electric Purple

📋 copy color: '#C004F0'

red 192 ◦ green 4 ◦ blue 240

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

Shades of Electric Purple #C004F0

Tints of Electric Purple #C004F0

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.92%

 BLUE value IS 240 (94.14% from 255) = 55.05%

R = 44.04%
G = 0.92%
B = 55.05%

CMYK

 C value IS 0.20

 M value IS 0.98

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C004F0 (or 0xC004F0) is known color: Electric Purple. HEX triplet: C0, 04 and F0. RGB value is (192,4,240). Sum of RGB (Red+Green+Blue) = 192+4+240=436 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.04% from 436); Green value is 4 (1.95% from 255 or 0.92% from 436); Blue value is 240 (94.14% from 255 or 55.05% from 436); Max value from RGB is 240 - color contains mainly: blue. Hex color #C004F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C004F0 is #3FFB0F. Grayscale: #565656. Windows color (decimal): -4193040 or 15729856. OLE color: 15729856.

HSL color Cylindrical-coordinate representation of color #C004F0: hue angle of 287.8º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C004F0 is Cyan = 0.20, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 192 4 240 -
CMYK 0.20 0.98 0 0.06
HSL 287.8º 0.97% 0.48% -
HSV(B) 287.8º 0.98% 0.94% -
XYZ 37.51 17.58 83.86 -
YUV 87.12 214.28 202.81 -
System Red Green Blue C M Y K H S L
Decimal 192 4 240 0.20 0.98 0 0.06 287.8 0.97 0.48
Hex C0 4 F0 14 62 0 6 120 61 30
Octal 300 4 360 24 142 0 6 440 141 60
Binary 11000000 100 11110000 10100 1100010 0 110 100100000 1100001 110000

Color Harmonies of #C004F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C004F0

Black with #C004F0

Text Example


Text Example

White with #C004F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C004F0; }

 p { color: rgb(192,4,240); }

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

background-color css

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

 a { background-color: rgb(192,4,240); }

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

border-color css

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

 span { border-color: rgb(192,4,240); }

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