Html Css Color HEX #C15CC5 Fuchsia

📋 copy color: '#C15CC5'

red 193 ◦ green 92 ◦ blue 197

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

Shades of Fuchsia #C15CC5

Tints of Fuchsia #C15CC5

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.09%

 BLUE value IS 197 (77.34% from 255) = 40.87%

R = 40.04%
G = 19.09%
B = 40.87%

CMYK

 C value IS 0.02

 M value IS 0.53

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#C15CC5 (or 0xC15CC5) is known color: Fuchsia. HEX triplet: C1, 5C and C5. RGB value is (193,92,197). Sum of RGB (Red+Green+Blue) = 193+92+197=482 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.04% from 482); Green value is 92 (36.33% from 255 or 19.09% from 482); Blue value is 197 (77.34% from 255 or 40.87% from 482); Max value from RGB is 197 - color contains mainly: blue. Hex color #C15CC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C15CC5 is #3EA33A. Grayscale: #858585. Windows color (decimal): -4105019 or 12934337. OLE color: 12934337.

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

Color convert

RGB 193 92 197 -
CMYK 0.02 0.53 0 0.23
HSL 297.71º 0.48% 0.57% -
HSV(B) 297.71º 0.53% 0.77% -
XYZ 35.9 23.02 55.38 -
YUV 134.17 163.46 169.96 -
System Red Green Blue C M Y K H S L
Decimal 193 92 197 0.02 0.53 0 0.23 297.71 0.48 0.57
Hex C1 5C C5 2 35 0 17 12A 30 39
Octal 301 134 305 2 65 0 27 452 60 71
Binary 11000001 1011100 11000101 10 110101 0 10111 100101010 110000 111001

Color Harmonies of #C15CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15CC5

Black with #C15CC5

Text Example


Text Example

White with #C15CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15CC5; }

 p { color: rgb(193,92,197); }

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

background-color css

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

 a { background-color: rgb(193,92,197); }

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

border-color css

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

 span { border-color: rgb(193,92,197); }

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