Html Css Color HEX #C601F1 Electric Purple

📋 copy color: '#C601F1'

red 198 ◦ green 1 ◦ blue 241

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

Shades of Electric Purple #C601F1

Tints of Electric Purple #C601F1

RGB

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

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

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

R = 45%
G = 0.23%
B = 54.77%

CMYK

 C value IS 0.18

 M value IS 1.00

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C601F1 (or 0xC601F1) is known color: Electric Purple. HEX triplet: C6, 01 and F1. RGB value is (198,1,241). Sum of RGB (Red+Green+Blue) = 198+1+241=440 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45% from 440); Green value is 1 (0.78% from 255 or 0.23% from 440); Blue value is 241 (94.53% from 255 or 54.77% from 440); Max value from RGB is 241 - color contains mainly: blue. Hex color #C601F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C601F1 is #39FE0E. Grayscale: #565656. Windows color (decimal): -3800591 or 15794630. OLE color: 15794630.

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

Color convert

RGB 198 1 241 -
CMYK 0.18 1.00 0 0.05
HSL 289.25º 0.99% 0.47% -
HSV(B) 289.25º 1% 0.95% -
XYZ 39.18 18.38 84.7 -
YUV 87.26 214.77 206.99 -
System Red Green Blue C M Y K H S L
Decimal 198 1 241 0.18 1.00 0 0.05 289.25 0.99 0.47
Hex C6 1 F1 12 64 0 5 121 63 2F
Octal 306 1 361 22 144 0 5 441 143 57
Binary 11000110 1 11110001 10010 1100100 0 101 100100001 1100011 101111

Color Harmonies of #C601F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C601F1

Black with #C601F1

Text Example


Text Example

White with #C601F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C601F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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