Html Css Color HEX #C201FA Electric Purple

📋 copy color: '#C201FA'

red 194 ◦ green 1 ◦ blue 250

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

Shades of Electric Purple #C201FA

Tints of Electric Purple #C201FA

RGB

 RED value IS 194 (76.17% from 255) = 43.6%

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

 BLUE value IS 250 (98.05% from 255) = 56.18%

R = 43.6%
G = 0.22%
B = 56.18%

CMYK

 C value IS 0.22

 M value IS 1.00

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C201FA (or 0xC201FA) is known color: Electric Purple. HEX triplet: C2, 01 and FA. RGB value is (194,1,250). Sum of RGB (Red+Green+Blue) = 194+1+250=445 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.60% from 445); Green value is 1 (0.78% from 255 or 0.22% from 445); Blue value is 250 (98.05% from 255 or 56.18% from 445); Max value from RGB is 250 - color contains mainly: blue. Hex color #C201FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C201FA is #3DFE05. Grayscale: #565656. Windows color (decimal): -4062726 or 16384450. OLE color: 16384450.

HSL color Cylindrical-coordinate representation of color #C201FA: hue angle of 286.51º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C201FA is Cyan = 0.22, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 194 1 250 -
CMYK 0.22 1.00 0 0.02
HSL 286.51º 0.99% 0.49% -
HSV(B) 286.51º 1% 0.98% -
XYZ 39.51 18.39 91.91 -
YUV 87.09 219.94 204.25 -
System Red Green Blue C M Y K H S L
Decimal 194 1 250 0.22 1.00 0 0.02 286.51 0.99 0.49
Hex C2 1 FA 16 64 0 2 11F 63 31
Octal 302 1 372 26 144 0 2 437 143 61
Binary 11000010 1 11111010 10110 1100100 0 10 100011111 1100011 110001

Color Harmonies of #C201FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C201FA

Black with #C201FA

Text Example


Text Example

White with #C201FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C201FA; }

 p { color: rgb(194,1,250); }

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

background-color css

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

 a { background-color: rgb(194,1,250); }

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

border-color css

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

 span { border-color: rgb(194,1,250); }

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