Html Css Color HEX #C601EC Electric Purple

📋 copy color: '#C601EC'

red 198 ◦ green 1 ◦ blue 236

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

Shades of Electric Purple #C601EC

Tints of Electric Purple #C601EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 54.25%

R = 45.52%
G = 0.23%
B = 54.25%

CMYK

 C value IS 0.16

 M value IS 1.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C601EC (or 0xC601EC) is known color: Electric Purple. HEX triplet: C6, 01 and EC. RGB value is (198,1,236). Sum of RGB (Red+Green+Blue) = 198+1+236=435 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.52% from 435); Green value is 1 (0.78% from 255 or 0.23% from 435); Blue value is 236 (92.58% from 255 or 54.25% from 435); Max value from RGB is 236 - color contains mainly: blue. Hex color #C601EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C601EC is #39FE13. Grayscale: #555555. Windows color (decimal): -3800596 or 15466950. OLE color: 15466950.

HSL color Cylindrical-coordinate representation of color #C601EC: hue angle of 290.3º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C601EC is Cyan = 0.16, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 198 1 236 -
CMYK 0.16 1.00 0 0.07
HSL 290.3º 0.99% 0.46% -
HSV(B) 290.3º 1% 0.93% -
XYZ 38.44 18.08 80.82 -
YUV 86.69 212.27 207.39 -
System Red Green Blue C M Y K H S L
Decimal 198 1 236 0.16 1.00 0 0.07 290.3 0.99 0.46
Hex C6 1 EC 10 64 0 7 122 63 2E
Octal 306 1 354 20 144 0 7 442 143 56
Binary 11000110 1 11101100 10000 1100100 0 111 100100010 1100011 101110

Color Harmonies of #C601EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C601EC

Black with #C601EC

Text Example


Text Example

White with #C601EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C601EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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