Html Css Color HEX #C201FB Electric Purple

📋 copy color: '#C201FB'

red 194 ◦ green 1 ◦ blue 251

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

Shades of Electric Purple #C201FB

Tints of Electric Purple #C201FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 56.28%

R = 43.5%
G = 0.22%
B = 56.28%

CMYK

 C value IS 0.23

 M value IS 1.00

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C201FB (or 0xC201FB) is known color: Electric Purple. HEX triplet: C2, 01 and FB. RGB value is (194,1,251). Sum of RGB (Red+Green+Blue) = 194+1+251=446 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.50% from 446); Green value is 1 (0.78% from 255 or 0.22% from 446); Blue value is 251 (98.44% from 255 or 56.28% from 446); Max value from RGB is 251 - color contains mainly: blue. Hex color #C201FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C201FB is #3DFE04. Grayscale: #565656. Windows color (decimal): -4062725 or 16449986. OLE color: 16449986.

HSL color Cylindrical-coordinate representation of color #C201FB: hue angle of 286.32º 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 #C201FB is Cyan = 0.23, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 194 1 251 -
CMYK 0.23 1.00 0 0.02
HSL 286.32º 0.99% 0.49% -
HSV(B) 286.32º 1% 0.98% -
XYZ 39.67 18.46 92.74 -
YUV 87.21 220.44 204.17 -
System Red Green Blue C M Y K H S L
Decimal 194 1 251 0.23 1.00 0 0.02 286.32 0.99 0.49
Hex C2 1 FB 17 64 0 2 11E 63 31
Octal 302 1 373 27 144 0 2 436 143 61
Binary 11000010 1 11111011 10111 1100100 0 10 100011110 1100011 110001

Color Harmonies of #C201FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C201FB

Black with #C201FB

Text Example


Text Example

White with #C201FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C201FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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