Html Css Color HEX #C60EF9 Electric Purple

📋 copy color: '#C60EF9'

red 198 ◦ green 14 ◦ blue 249

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

Shades of Electric Purple #C60EF9

Tints of Electric Purple #C60EF9

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.04%

 BLUE value IS 249 (97.66% from 255) = 54.01%

R = 42.95%
G = 3.04%
B = 54.01%

CMYK

 C value IS 0.20

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C60EF9 (or 0xC60EF9) is known color: Electric Purple. HEX triplet: C6, 0E and F9. RGB value is (198,14,249). Sum of RGB (Red+Green+Blue) = 198+14+249=461 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.95% from 461); Green value is 14 (5.86% from 255 or 3.04% from 461); Blue value is 249 (97.66% from 255 or 54.01% from 461); Max value from RGB is 249 - color contains mainly: blue. Hex color #C60EF9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C60EF9 is #39F106. Grayscale: #5F5F5F. Windows color (decimal): -3797255 or 16322246. OLE color: 16322246.

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

Color convert

RGB 198 14 249 -
CMYK 0.20 0.94 0 0.02
HSL 286.98º 0.95% 0.52% -
HSV(B) 286.98º 0.94% 0.98% -
XYZ 40.54 19.16 91.18 -
YUV 95.81 214.46 200.89 -
System Red Green Blue C M Y K H S L
Decimal 198 14 249 0.20 0.94 0 0.02 286.98 0.95 0.52
Hex C6 E F9 14 5E 0 2 11F 5F 34
Octal 306 16 371 24 136 0 2 437 137 64
Binary 11000110 1110 11111001 10100 1011110 0 10 100011111 1011111 110100

Color Harmonies of #C60EF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60EF9

Black with #C60EF9

Text Example


Text Example

White with #C60EF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60EF9; }

 p { color: rgb(198,14,249); }

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

background-color css

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

 a { background-color: rgb(198,14,249); }

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

border-color css

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

 span { border-color: rgb(198,14,249); }

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