Html Css Color HEX #C710F3 Electric Purple

📋 copy color: '#C710F3'

red 199 ◦ green 16 ◦ blue 243

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

Shades of Electric Purple #C710F3

Tints of Electric Purple #C710F3

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.49%

 BLUE value IS 243 (95.31% from 255) = 53.06%

R = 43.45%
G = 3.49%
B = 53.06%

CMYK

 C value IS 0.18

 M value IS 0.93

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C710F3 (or 0xC710F3) is known color: Electric Purple. HEX triplet: C7, 10 and F3. RGB value is (199,16,243). Sum of RGB (Red+Green+Blue) = 199+16+243=458 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.45% from 458); Green value is 16 (6.64% from 255 or 3.49% from 458); Blue value is 243 (95.31% from 255 or 53.06% from 458); Max value from RGB is 243 - color contains mainly: blue. Hex color #C710F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C710F3 is #38EF0C. Grayscale: #5F5F5F. Windows color (decimal): -3731213 or 15929543. OLE color: 15929543.

HSL color Cylindrical-coordinate representation of color #C710F3: hue angle of 288.37º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C710F3 is Cyan = 0.18, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 199 16 243 -
CMYK 0.18 0.93 0 0.05
HSL 288.37º 0.9% 0.51% -
HSV(B) 288.37º 0.93% 0.95% -
XYZ 39.92 18.98 86.35 -
YUV 96.6 210.63 201.04 -
System Red Green Blue C M Y K H S L
Decimal 199 16 243 0.18 0.93 0 0.05 288.37 0.9 0.51
Hex C7 10 F3 12 5D 0 5 120 5A 33
Octal 307 20 363 22 135 0 5 440 132 63
Binary 11000111 10000 11110011 10010 1011101 0 101 100100000 1011010 110011

Color Harmonies of #C710F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C710F3

Black with #C710F3

Text Example


Text Example

White with #C710F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C710F3; }

 p { color: rgb(199,16,243); }

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

background-color css

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

 a { background-color: rgb(199,16,243); }

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

border-color css

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

 span { border-color: rgb(199,16,243); }

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