Html Css Color HEX #C712E9 Electric Purple

📋 copy color: '#C712E9'

red 199 ◦ green 18 ◦ blue 233

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

Shades of Electric Purple #C712E9

Tints of Electric Purple #C712E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 51.78%

R = 44.22%
G = 4%
B = 51.78%

CMYK

 C value IS 0.15

 M value IS 0.92

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C712E9 (or 0xC712E9) is known color: Electric Purple. HEX triplet: C7, 12 and E9. RGB value is (199,18,233). Sum of RGB (Red+Green+Blue) = 199+18+233=450 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.22% from 450); Green value is 18 (7.42% from 255 or 4% from 450); Blue value is 233 (91.41% from 255 or 51.78% from 450); Max value from RGB is 233 - color contains mainly: blue. Hex color #C712E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C712E9 is #38ED16. Grayscale: #5F5F5F. Windows color (decimal): -3730711 or 15274695. OLE color: 15274695.

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

Color convert

RGB 199 18 233 -
CMYK 0.15 0.92 0 0.09
HSL 290.51º 0.86% 0.49% -
HSV(B) 290.51º 0.92% 0.91% -
XYZ 38.48 18.46 78.63 -
YUV 96.63 204.97 201.02 -
System Red Green Blue C M Y K H S L
Decimal 199 18 233 0.15 0.92 0 0.09 290.51 0.86 0.49
Hex C7 12 E9 F 5C 0 9 123 56 31
Octal 307 22 351 17 134 0 11 443 126 61
Binary 11000111 10010 11101001 1111 1011100 0 1001 100100011 1010110 110001

Color Harmonies of #C712E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C712E9

Black with #C712E9

Text Example


Text Example

White with #C712E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C712E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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