Html Css Color HEX #C616F1 Electric Purple

📋 copy color: '#C616F1'

red 198 ◦ green 22 ◦ blue 241

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

Shades of Electric Purple #C616F1

Tints of Electric Purple #C616F1

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.77%

 BLUE value IS 241 (94.53% from 255) = 52.28%

R = 42.95%
G = 4.77%
B = 52.28%

CMYK

 C value IS 0.18

 M value IS 0.91

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C616F1 (or 0xC616F1) is known color: Electric Purple. HEX triplet: C6, 16 and F1. RGB value is (198,22,241). Sum of RGB (Red+Green+Blue) = 198+22+241=461 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.95% from 461); Green value is 22 (8.98% from 255 or 4.77% from 461); Blue value is 241 (94.53% from 255 or 52.28% from 461); Max value from RGB is 241 - color contains mainly: blue. Hex color #C616F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C616F1 is #39E90E. Grayscale: #626262. Windows color (decimal): -3795215 or 15800006. OLE color: 15800006.

HSL color Cylindrical-coordinate representation of color #C616F1: hue angle of 288.22º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C616F1 is Cyan = 0.18, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 198 22 241 -
CMYK 0.18 0.91 0 0.05
HSL 288.22º 0.89% 0.52% -
HSV(B) 288.22º 0.91% 0.95% -
XYZ 39.45 18.93 84.79 -
YUV 99.59 207.81 198.19 -
System Red Green Blue C M Y K H S L
Decimal 198 22 241 0.18 0.91 0 0.05 288.22 0.89 0.52
Hex C6 16 F1 12 5B 0 5 120 59 34
Octal 306 26 361 22 133 0 5 440 131 64
Binary 11000110 10110 11110001 10010 1011011 0 101 100100000 1011001 110100

Color Harmonies of #C616F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C616F1

Black with #C616F1

Text Example


Text Example

White with #C616F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C616F1; }

 p { color: rgb(198,22,241); }

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

background-color css

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

 a { background-color: rgb(198,22,241); }

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

border-color css

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

 span { border-color: rgb(198,22,241); }

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