Html Css Color HEX #C712FF Electric Purple

📋 copy color: '#C712FF'

red 199 ◦ green 18 ◦ blue 255

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

Shades of Electric Purple #C712FF

Tints of Electric Purple #C712FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 54.03%

R = 42.16%
G = 3.81%
B = 54.03%

CMYK

 C value IS 0.22

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C712FF (or 0xC712FF) is known color: Electric Purple. HEX triplet: C7, 12 and FF. RGB value is (199,18,255). Sum of RGB (Red+Green+Blue) = 199+18+255=472 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.16% from 472); Green value is 18 (7.42% from 255 or 3.81% from 472); Blue value is 255 (100% from 255 or 54.03% from 472); Max value from RGB is 255 - color contains mainly: blue. Hex color #C712FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C712FF is #38ED00. Grayscale: #626262. Windows color (decimal): -3730689 or 16716487. OLE color: 16716487.

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

Color convert

RGB 199 18 255 -
CMYK 0.22 0.93 0 0
HSL 285.82º 1% 0.54% -
HSV(B) 285.82º 0.93% 1% -
XYZ 41.82 19.79 96.22 -
YUV 99.14 215.97 199.23 -
System Red Green Blue C M Y K H S L
Decimal 199 18 255 0.22 0.93 0 0 285.82 1 0.54
Hex C7 12 FF 16 5D 0 0 11E 64 36
Octal 307 22 377 26 135 0 0 436 144 66
Binary 11000111 10010 11111111 10110 1011101 0 0 100011110 1100100 110110

Color Harmonies of #C712FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C712FF

Black with #C712FF

Text Example


Text Example

White with #C712FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C712FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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