Html Css Color HEX #C913ED Electric Purple

📋 copy color: '#C913ED'

red 201 ◦ green 19 ◦ blue 237

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

Shades of Electric Purple #C913ED

Tints of Electric Purple #C913ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 51.86%

R = 43.98%
G = 4.16%
B = 51.86%

CMYK

 C value IS 0.15

 M value IS 0.92

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C913ED (or 0xC913ED) is known color: Electric Purple. HEX triplet: C9, 13 and ED. RGB value is (201,19,237). Sum of RGB (Red+Green+Blue) = 201+19+237=457 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.98% from 457); Green value is 19 (7.81% from 255 or 4.16% from 457); Blue value is 237 (92.97% from 255 or 51.86% from 457); Max value from RGB is 237 - color contains mainly: blue. Hex color #C913ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C913ED is #36EC12. Grayscale: #616161. Windows color (decimal): -3599379 or 15537097. OLE color: 15537097.

HSL color Cylindrical-coordinate representation of color #C913ED: hue angle of 290.09º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C913ED is Cyan = 0.15, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 201 19 237 -
CMYK 0.15 0.92 0 0.07
HSL 290.09º 0.86% 0.5% -
HSV(B) 290.09º 0.92% 0.93% -
XYZ 39.61 19 81.7 -
YUV 98.27 206.3 201.27 -
System Red Green Blue C M Y K H S L
Decimal 201 19 237 0.15 0.92 0 0.07 290.09 0.86 0.5
Hex C9 13 ED F 5C 0 7 122 56 32
Octal 311 23 355 17 134 0 7 442 126 62
Binary 11001001 10011 11101101 1111 1011100 0 111 100100010 1010110 110010

Color Harmonies of #C913ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C913ED

Black with #C913ED

Text Example


Text Example

White with #C913ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C913ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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