Html Css Color HEX #C912ED Electric Purple

📋 copy color: '#C912ED'

red 201 ◦ green 18 ◦ blue 237

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

Shades of Electric Purple #C912ED

Tints of Electric Purple #C912ED

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.95%

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

R = 44.08%
G = 3.95%
B = 51.97%

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

#C912ED (or 0xC912ED) is known color: Electric Purple. HEX triplet: C9, 12 and ED. RGB value is (201,18,237). Sum of RGB (Red+Green+Blue) = 201+18+237=456 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.08% from 456); Green value is 18 (7.42% from 255 or 3.95% from 456); Blue value is 237 (92.97% from 255 or 51.97% from 456); Max value from RGB is 237 - color contains mainly: blue. Hex color #C912ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C912ED is #36ED12. Grayscale: #606060. Windows color (decimal): -3599635 or 15536841. OLE color: 15536841.

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

Color convert

RGB 201 18 237 -
CMYK 0.15 0.92 0 0.07
HSL 290.14º 0.86% 0.5% -
HSV(B) 290.14º 0.92% 0.93% -
XYZ 39.59 18.96 81.69 -
YUV 97.68 206.63 201.69 -
System Red Green Blue C M Y K H S L
Decimal 201 18 237 0.15 0.92 0 0.07 290.14 0.86 0.5
Hex C9 12 ED F 5C 0 7 122 56 32
Octal 311 22 355 17 134 0 7 442 126 62
Binary 11001001 10010 11101101 1111 1011100 0 111 100100010 1010110 110010

Color Harmonies of #C912ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C912ED

Black with #C912ED

Text Example


Text Example

White with #C912ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C912ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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