Html Css Color HEX #C15EC7 Fuchsia

📋 copy color: '#C15EC7'

red 193 ◦ green 94 ◦ blue 199

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

Shades of Fuchsia #C15EC7

Tints of Fuchsia #C15EC7

RGB

 RED value IS 193 (75.78% from 255) = 39.71%

 GREEN value IS 94 (37.11% from 255) = 19.34%

 BLUE value IS 199 (78.13% from 255) = 40.95%

R = 39.71%
G = 19.34%
B = 40.95%

CMYK

 C value IS 0.03

 M value IS 0.53

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C15EC7 (or 0xC15EC7) is known color: Fuchsia. HEX triplet: C1, 5E and C7. RGB value is (193,94,199). Sum of RGB (Red+Green+Blue) = 193+94+199=486 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.71% from 486); Green value is 94 (37.11% from 255 or 19.34% from 486); Blue value is 199 (78.12% from 255 or 40.95% from 486); Max value from RGB is 199 - color contains mainly: blue. Hex color #C15EC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C15EC7 is #3EA138. Grayscale: #878787. Windows color (decimal): -4104505 or 13065921. OLE color: 13065921.

HSL color Cylindrical-coordinate representation of color #C15EC7: hue angle of 296.57º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C15EC7 is Cyan = 0.03, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 193 94 199 -
CMYK 0.03 0.53 0 0.22
HSL 296.57º 0.48% 0.57% -
HSV(B) 296.57º 0.53% 0.78% -
XYZ 36.3 23.47 56.65 -
YUV 135.57 163.8 168.96 -
System Red Green Blue C M Y K H S L
Decimal 193 94 199 0.03 0.53 0 0.22 296.57 0.48 0.57
Hex C1 5E C7 3 35 0 16 129 30 39
Octal 301 136 307 3 65 0 26 451 60 71
Binary 11000001 1011110 11000111 11 110101 0 10110 100101001 110000 111001

Color Harmonies of #C15EC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15EC7

Black with #C15EC7

Text Example


Text Example

White with #C15EC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15EC7; }

 p { color: rgb(193,94,199); }

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

background-color css

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

 a { background-color: rgb(193,94,199); }

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

border-color css

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

 span { border-color: rgb(193,94,199); }

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