Html Css Color HEX #C712EF Electric Purple

📋 copy color: '#C712EF'

red 199 ◦ green 18 ◦ blue 239

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

Shades of Electric Purple #C712EF

Tints of Electric Purple #C712EF

RGB

 RED value IS 199 (78.13% from 255) = 43.64%

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

 BLUE value IS 239 (93.75% from 255) = 52.41%

R = 43.64%
G = 3.95%
B = 52.41%

CMYK

 C value IS 0.17

 M value IS 0.92

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C712EF (or 0xC712EF) is known color: Electric Purple. HEX triplet: C7, 12 and EF. RGB value is (199,18,239). Sum of RGB (Red+Green+Blue) = 199+18+239=456 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.64% from 456); Green value is 18 (7.42% from 255 or 3.95% from 456); Blue value is 239 (93.75% from 255 or 52.41% from 456); Max value from RGB is 239 - color contains mainly: blue. Hex color #C712EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C712EF is #38ED10. Grayscale: #606060. Windows color (decimal): -3730705 or 15667911. OLE color: 15667911.

HSL color Cylindrical-coordinate representation of color #C712EF: hue angle of 289.14º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C712EF is Cyan = 0.17, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 199 18 239 -
CMYK 0.17 0.92 0 0.06
HSL 289.14º 0.87% 0.5% -
HSV(B) 289.14º 0.92% 0.94% -
XYZ 39.35 18.81 83.22 -
YUV 97.31 207.97 200.53 -
System Red Green Blue C M Y K H S L
Decimal 199 18 239 0.17 0.92 0 0.06 289.14 0.87 0.5
Hex C7 12 EF 11 5C 0 6 121 57 32
Octal 307 22 357 21 134 0 6 441 127 62
Binary 11000111 10010 11101111 10001 1011100 0 110 100100001 1010111 110010

Color Harmonies of #C712EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C712EF

Black with #C712EF

Text Example


Text Example

White with #C712EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C712EF; }

 p { color: rgb(199,18,239); }

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

background-color css

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

 a { background-color: rgb(199,18,239); }

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

border-color css

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

 span { border-color: rgb(199,18,239); }

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