Html Css Color HEX #C913FB Electric Purple

📋 copy color: '#C913FB'

red 201 ◦ green 19 ◦ blue 251

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

Shades of Electric Purple #C913FB

Tints of Electric Purple #C913FB

RGB

 RED value IS 201 (78.91% from 255) = 42.68%

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

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

R = 42.68%
G = 4.03%
B = 53.29%

CMYK

 C value IS 0.20

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C913FB (or 0xC913FB) is known color: Electric Purple. HEX triplet: C9, 13 and FB. RGB value is (201,19,251). Sum of RGB (Red+Green+Blue) = 201+19+251=471 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.68% from 471); Green value is 19 (7.81% from 255 or 4.03% from 471); Blue value is 251 (98.44% from 255 or 53.29% from 471); Max value from RGB is 251 - color contains mainly: blue. Hex color #C913FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C913FB is #36EC04. Grayscale: #636363. Windows color (decimal): -3599365 or 16454601. OLE color: 16454601.

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

Color convert

RGB 201 19 251 -
CMYK 0.20 0.92 0 0.02
HSL 287.07º 0.97% 0.53% -
HSV(B) 287.07º 0.92% 0.98% -
XYZ 41.73 19.85 92.9 -
YUV 99.87 213.3 200.14 -
System Red Green Blue C M Y K H S L
Decimal 201 19 251 0.20 0.92 0 0.02 287.07 0.97 0.53
Hex C9 13 FB 14 5C 0 2 11F 61 35
Octal 311 23 373 24 134 0 2 437 141 65
Binary 11001001 10011 11111011 10100 1011100 0 10 100011111 1100001 110101

Color Harmonies of #C913FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C913FB

Black with #C913FB

Text Example


Text Example

White with #C913FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C913FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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