Html Css Color HEX #C213FB Electric Purple

📋 copy color: '#C213FB'

red 194 ◦ green 19 ◦ blue 251

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

Shades of Electric Purple #C213FB

Tints of Electric Purple #C213FB

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.09%

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

R = 41.81%
G = 4.09%
B = 54.09%

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

#C213FB (or 0xC213FB) is known color: Electric Purple. HEX triplet: C2, 13 and FB. RGB value is (194,19,251). Sum of RGB (Red+Green+Blue) = 194+19+251=464 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.81% from 464); Green value is 19 (7.81% from 255 or 4.09% from 464); Blue value is 251 (98.44% from 255 or 54.09% from 464); Max value from RGB is 251 - color contains mainly: blue. Hex color #C213FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C213FB is #3DEC04. Grayscale: #616161. Windows color (decimal): -4058117 or 16454594. OLE color: 16454594.

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

Color convert

RGB 194 19 251 -
CMYK 0.23 0.92 0 0.02
HSL 285.26º 0.97% 0.53% -
HSV(B) 285.26º 0.92% 0.98% -
XYZ 39.89 18.9 92.81 -
YUV 97.77 214.48 196.64 -
System Red Green Blue C M Y K H S L
Decimal 194 19 251 0.23 0.92 0 0.02 285.26 0.97 0.53
Hex C2 13 FB 17 5C 0 2 11D 61 35
Octal 302 23 373 27 134 0 2 435 141 65
Binary 11000010 10011 11111011 10111 1011100 0 10 100011101 1100001 110101

Color Harmonies of #C213FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C213FB

Black with #C213FB

Text Example


Text Example

White with #C213FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C213FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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