Html Css Color HEX #C913F9 Electric Purple

📋 copy color: '#C913F9'

red 201 ◦ green 19 ◦ blue 249

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

Shades of Electric Purple #C913F9

Tints of Electric Purple #C913F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 53.09%

R = 42.86%
G = 4.05%
B = 53.09%

CMYK

 C value IS 0.19

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C913F9 (or 0xC913F9) is known color: Electric Purple. HEX triplet: C9, 13 and F9. RGB value is (201,19,249). Sum of RGB (Red+Green+Blue) = 201+19+249=469 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.86% from 469); Green value is 19 (7.81% from 255 or 4.05% from 469); Blue value is 249 (97.66% from 255 or 53.09% from 469); Max value from RGB is 249 - color contains mainly: blue. Hex color #C913F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C913F9 is #36EC06. Grayscale: #626262. Windows color (decimal): -3599367 or 16323529. OLE color: 16323529.

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

Color convert

RGB 201 19 249 -
CMYK 0.19 0.92 0 0.02
HSL 287.48º 0.95% 0.53% -
HSV(B) 287.48º 0.92% 0.98% -
XYZ 41.42 19.72 91.25 -
YUV 99.64 212.3 200.3 -
System Red Green Blue C M Y K H S L
Decimal 201 19 249 0.19 0.92 0 0.02 287.48 0.95 0.53
Hex C9 13 F9 13 5C 0 2 11F 5F 35
Octal 311 23 371 23 134 0 2 437 137 65
Binary 11001001 10011 11111001 10011 1011100 0 10 100011111 1011111 110101

Color Harmonies of #C913F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C913F9

Black with #C913F9

Text Example


Text Example

White with #C913F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C913F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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