Html Css Color HEX #C61FFC Electric Purple

📋 copy color: '#C61FFC'

red 198 ◦ green 31 ◦ blue 252

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

Shades of Electric Purple #C61FFC

Tints of Electric Purple #C61FFC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.44%

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

R = 41.16%
G = 6.44%
B = 52.39%

CMYK

 C value IS 0.21

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C61FFC (or 0xC61FFC) is known color: Electric Purple. HEX triplet: C6, 1F and FC. RGB value is (198,31,252). Sum of RGB (Red+Green+Blue) = 198+31+252=481 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.16% from 481); Green value is 31 (12.5% from 255 or 6.44% from 481); Blue value is 252 (98.83% from 255 or 52.39% from 481); Max value from RGB is 252 - color contains mainly: blue. Hex color #C61FFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C61FFC is #39E003. Grayscale: #696969. Windows color (decimal): -3792900 or 16523206. OLE color: 16523206.

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

Color convert

RGB 198 31 252 -
CMYK 0.21 0.88 0 0.01
HSL 285.34º 0.97% 0.55% -
HSV(B) 285.34º 0.88% 0.99% -
XYZ 41.35 20.01 93.78 -
YUV 106.13 210.33 193.53 -
System Red Green Blue C M Y K H S L
Decimal 198 31 252 0.21 0.88 0 0.01 285.34 0.97 0.55
Hex C6 1F FC 15 58 0 1 11D 61 37
Octal 306 37 374 25 130 0 1 435 141 67
Binary 11000110 11111 11111100 10101 1011000 0 1 100011101 1100001 110111

Color Harmonies of #C61FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61FFC

Black with #C61FFC

Text Example


Text Example

White with #C61FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61FFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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