Html Css Color HEX #C209FB Electric Purple

📋 copy color: '#C209FB'

red 194 ◦ green 9 ◦ blue 251

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

Shades of Electric Purple #C209FB

Tints of Electric Purple #C209FB

RGB

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

 GREEN value IS 9 (3.91% from 255) = 1.98%

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

R = 42.73%
G = 1.98%
B = 55.29%

CMYK

 C value IS 0.23

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C209FB (or 0xC209FB) is known color: Electric Purple. HEX triplet: C2, 09 and FB. RGB value is (194,9,251). Sum of RGB (Red+Green+Blue) = 194+9+251=454 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.73% from 454); Green value is 9 (3.91% from 255 or 1.98% from 454); Blue value is 251 (98.44% from 255 or 55.29% from 454); Max value from RGB is 251 - color contains mainly: blue. Hex color #C209FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C209FB is #3DF604. Grayscale: #5B5B5B. Windows color (decimal): -4060677 or 16452034. OLE color: 16452034.

HSL color Cylindrical-coordinate representation of color #C209FB: hue angle of 285.87º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C209FB is Cyan = 0.23, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 194 9 251 -
CMYK 0.23 0.96 0 0.02
HSL 285.87º 0.97% 0.51% -
HSV(B) 285.87º 0.96% 0.98% -
XYZ 39.76 18.63 92.77 -
YUV 91.9 217.79 200.82 -
System Red Green Blue C M Y K H S L
Decimal 194 9 251 0.23 0.96 0 0.02 285.87 0.97 0.51
Hex C2 9 FB 17 60 0 2 11E 61 33
Octal 302 11 373 27 140 0 2 436 141 63
Binary 11000010 1001 11111011 10111 1100000 0 10 100011110 1100001 110011

Color Harmonies of #C209FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C209FB

Black with #C209FB

Text Example


Text Example

White with #C209FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C209FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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