Html Css Color HEX #C601F0 Electric Purple

📋 copy color: '#C601F0'

red 198 ◦ green 1 ◦ blue 240

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

Shades of Electric Purple #C601F0

Tints of Electric Purple #C601F0

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.23%

 BLUE value IS 240 (94.14% from 255) = 54.67%

R = 45.1%
G = 0.23%
B = 54.67%

CMYK

 C value IS 0.18

 M value IS 1.00

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C601F0 (or 0xC601F0) is known color: Electric Purple. HEX triplet: C6, 01 and F0. RGB value is (198,1,240). Sum of RGB (Red+Green+Blue) = 198+1+240=439 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45.10% from 439); Green value is 1 (0.78% from 255 or 0.23% from 439); Blue value is 240 (94.14% from 255 or 54.67% from 439); Max value from RGB is 240 - color contains mainly: blue. Hex color #C601F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C601F0 is #39FE0F. Grayscale: #565656. Windows color (decimal): -3800592 or 15729094. OLE color: 15729094.

HSL color Cylindrical-coordinate representation of color #C601F0: hue angle of 289.46º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C601F0 is Cyan = 0.18, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 198 1 240 -
CMYK 0.18 1.00 0 0.06
HSL 289.46º 0.99% 0.47% -
HSV(B) 289.46º 1% 0.94% -
XYZ 39.03 18.32 83.92 -
YUV 87.15 214.27 207.07 -
System Red Green Blue C M Y K H S L
Decimal 198 1 240 0.18 1.00 0 0.06 289.46 0.99 0.47
Hex C6 1 F0 12 64 0 6 121 63 2F
Octal 306 1 360 22 144 0 6 441 143 57
Binary 11000110 1 11110000 10010 1100100 0 110 100100001 1100011 101111

Color Harmonies of #C601F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C601F0

Black with #C601F0

Text Example


Text Example

White with #C601F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C601F0; }

 p { color: rgb(198,1,240); }

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

background-color css

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

 a { background-color: rgb(198,1,240); }

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

border-color css

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

 span { border-color: rgb(198,1,240); }

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