Html Css Color HEX #C712FE Electric Purple

📋 copy color: '#C712FE'

red 199 ◦ green 18 ◦ blue 254

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

Shades of Electric Purple #C712FE

Tints of Electric Purple #C712FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 53.93%

R = 42.25%
G = 3.82%
B = 53.93%

CMYK

 C value IS 0.22

 M value IS 0.93

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C712FE (or 0xC712FE) is known color: Electric Purple. HEX triplet: C7, 12 and FE. RGB value is (199,18,254). Sum of RGB (Red+Green+Blue) = 199+18+254=471 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.25% from 471); Green value is 18 (7.42% from 255 or 3.82% from 471); Blue value is 254 (99.61% from 255 or 53.93% from 471); Max value from RGB is 254 - color contains mainly: blue. Hex color #C712FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C712FE is #38ED01. Grayscale: #626262. Windows color (decimal): -3730690 or 16650951. OLE color: 16650951.

HSL color Cylindrical-coordinate representation of color #C712FE: hue angle of 286.02º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C712FE is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 199 18 254 -
CMYK 0.22 0.93 0 0.00
HSL 286.02º 0.99% 0.53% -
HSV(B) 286.02º 0.93% 1% -
XYZ 41.66 19.73 95.38 -
YUV 99.02 215.47 199.31 -
System Red Green Blue C M Y K H S L
Decimal 199 18 254 0.22 0.93 0 0.00 286.02 0.99 0.53
Hex C7 12 FE 16 5D 0 0 11E 63 35
Octal 307 22 376 26 135 0 0 436 143 65
Binary 11000111 10010 11111110 10110 1011101 0 0 100011110 1100011 110101

Color Harmonies of #C712FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C712FE

Black with #C712FE

Text Example


Text Example

White with #C712FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C712FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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