Html Css Color HEX #C214FB Electric Purple

📋 copy color: '#C214FB'

red 194 ◦ green 20 ◦ blue 251

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

Shades of Electric Purple #C214FB

Tints of Electric Purple #C214FB

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.3%

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

R = 41.72%
G = 4.3%
B = 53.98%

CMYK

 C value IS 0.23

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C214FB (or 0xC214FB) is known color: Electric Purple. HEX triplet: C2, 14 and FB. RGB value is (194,20,251). Sum of RGB (Red+Green+Blue) = 194+20+251=465 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.72% from 465); Green value is 20 (8.20% from 255 or 4.30% from 465); Blue value is 251 (98.44% from 255 or 53.98% from 465); Max value from RGB is 251 - color contains mainly: blue. Hex color #C214FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C214FB is #3DEB04. Grayscale: #616161. Windows color (decimal): -4057861 or 16454850. OLE color: 16454850.

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

Color convert

RGB 194 20 251 -
CMYK 0.23 0.92 0 0.02
HSL 285.19º 0.97% 0.53% -
HSV(B) 285.19º 0.92% 0.98% -
XYZ 39.91 18.93 92.82 -
YUV 98.36 214.15 196.22 -
System Red Green Blue C M Y K H S L
Decimal 194 20 251 0.23 0.92 0 0.02 285.19 0.97 0.53
Hex C2 14 FB 17 5C 0 2 11D 61 35
Octal 302 24 373 27 134 0 2 435 141 65
Binary 11000010 10100 11111011 10111 1011100 0 10 100011101 1100001 110101

Color Harmonies of #C214FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C214FB

Black with #C214FB

Text Example


Text Example

White with #C214FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C214FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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