Html Css Color HEX #C61CFC Electric Purple

📋 copy color: '#C61CFC'

red 198 ◦ green 28 ◦ blue 252

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

Shades of Electric Purple #C61CFC

Tints of Electric Purple #C61CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 52.72%

R = 41.42%
G = 5.86%
B = 52.72%

CMYK

 C value IS 0.21

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C61CFC (or 0xC61CFC) is known color: Electric Purple. HEX triplet: C6, 1C and FC. RGB value is (198,28,252). Sum of RGB (Red+Green+Blue) = 198+28+252=478 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.42% from 478); Green value is 28 (11.33% from 255 or 5.86% from 478); Blue value is 252 (98.83% from 255 or 52.72% from 478); Max value from RGB is 252 - color contains mainly: blue. Hex color #C61CFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C61CFC is #39E303. Grayscale: #676767. Windows color (decimal): -3793668 or 16522438. OLE color: 16522438.

HSL color Cylindrical-coordinate representation of color #C61CFC: hue angle of 285.54º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C61CFC is Cyan = 0.21, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 198 28 252 -
CMYK 0.21 0.89 0 0.01
HSL 285.54º 0.97% 0.55% -
HSV(B) 285.54º 0.89% 0.99% -
XYZ 41.27 19.86 93.75 -
YUV 104.37 211.32 194.79 -
System Red Green Blue C M Y K H S L
Decimal 198 28 252 0.21 0.89 0 0.01 285.54 0.97 0.55
Hex C6 1C FC 15 59 0 1 11E 61 37
Octal 306 34 374 25 131 0 1 436 141 67
Binary 11000110 11100 11111100 10101 1011001 0 1 100011110 1100001 110111

Color Harmonies of #C61CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61CFC

Black with #C61CFC

Text Example


Text Example

White with #C61CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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