Html Css Color HEX #C60FEF Electric Purple

📋 copy color: '#C60FEF'

red 198 ◦ green 15 ◦ blue 239

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

Shades of Electric Purple #C60FEF

Tints of Electric Purple #C60FEF

RGB

 RED value IS 198 (77.73% from 255) = 43.81%

 GREEN value IS 15 (6.25% from 255) = 3.32%

 BLUE value IS 239 (93.75% from 255) = 52.88%

R = 43.81%
G = 3.32%
B = 52.88%

CMYK

 C value IS 0.17

 M value IS 0.94

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C60FEF (or 0xC60FEF) is known color: Electric Purple. HEX triplet: C6, 0F and EF. RGB value is (198,15,239). Sum of RGB (Red+Green+Blue) = 198+15+239=452 (59% of max value = 765). Red value is 198 (77.73% from 255 or 43.81% from 452); Green value is 15 (6.25% from 255 or 3.32% from 452); Blue value is 239 (93.75% from 255 or 52.88% from 452); Max value from RGB is 239 - color contains mainly: blue. Hex color #C60FEF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C60FEF is #39F010. Grayscale: #5E5E5E. Windows color (decimal): -3797009 or 15667142. OLE color: 15667142.

HSL color Cylindrical-coordinate representation of color #C60FEF: hue angle of 289.02º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C60FEF is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 198 15 239 -
CMYK 0.17 0.94 0 0.06
HSL 289.02º 0.88% 0.5% -
HSV(B) 289.02º 0.94% 0.94% -
XYZ 39.04 18.58 83.19 -
YUV 95.25 209.13 201.29 -
System Red Green Blue C M Y K H S L
Decimal 198 15 239 0.17 0.94 0 0.06 289.02 0.88 0.5
Hex C6 F EF 11 5E 0 6 121 58 32
Octal 306 17 357 21 136 0 6 441 130 62
Binary 11000110 1111 11101111 10001 1011110 0 110 100100001 1011000 110010

Color Harmonies of #C60FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60FEF

Black with #C60FEF

Text Example


Text Example

White with #C60FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60FEF; }

 p { color: rgb(198,15,239); }

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

background-color css

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

 a { background-color: rgb(198,15,239); }

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

border-color css

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

 span { border-color: rgb(198,15,239); }

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