Html Css Color HEX #C61CF9 Electric Purple

📋 copy color: '#C61CF9'

red 198 ◦ green 28 ◦ blue 249

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

Shades of Electric Purple #C61CF9

Tints of Electric Purple #C61CF9

RGB

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

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

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

R = 41.68%
G = 5.89%
B = 52.42%

CMYK

 C value IS 0.20

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C61CF9 (or 0xC61CF9) is known color: Electric Purple. HEX triplet: C6, 1C and F9. RGB value is (198,28,249). Sum of RGB (Red+Green+Blue) = 198+28+249=475 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.68% from 475); Green value is 28 (11.33% from 255 or 5.89% from 475); Blue value is 249 (97.66% from 255 or 52.42% from 475); Max value from RGB is 249 - color contains mainly: blue. Hex color #C61CF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C61CF9 is #39E306. Grayscale: #676767. Windows color (decimal): -3793671 or 16325830. OLE color: 16325830.

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

Color convert

RGB 198 28 249 -
CMYK 0.20 0.89 0 0.02
HSL 286.15º 0.95% 0.54% -
HSV(B) 286.15º 0.89% 0.98% -
XYZ 40.8 19.68 91.27 -
YUV 104.02 209.82 195.03 -
System Red Green Blue C M Y K H S L
Decimal 198 28 249 0.20 0.89 0 0.02 286.15 0.95 0.54
Hex C6 1C F9 14 59 0 2 11E 5F 36
Octal 306 34 371 24 131 0 2 436 137 66
Binary 11000110 11100 11111001 10100 1011001 0 10 100011110 1011111 110110

Color Harmonies of #C61CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61CF9

Black with #C61CF9

Text Example


Text Example

White with #C61CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61CF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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