Html Css Color HEX #C15CC6 Fuchsia

📋 copy color: '#C15CC6'

red 193 ◦ green 92 ◦ blue 198

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

Shades of Fuchsia #C15CC6

Tints of Fuchsia #C15CC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 40.99%

R = 39.96%
G = 19.05%
B = 40.99%

CMYK

 C value IS 0.03

 M value IS 0.54

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C15CC6 (or 0xC15CC6) is known color: Fuchsia. HEX triplet: C1, 5C and C6. RGB value is (193,92,198). Sum of RGB (Red+Green+Blue) = 193+92+198=483 (63% of max value = 765). Red value is 193 (75.78% from 255 or 39.96% from 483); Green value is 92 (36.33% from 255 or 19.05% from 483); Blue value is 198 (77.73% from 255 or 40.99% from 483); Max value from RGB is 198 - color contains mainly: blue. Hex color #C15CC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C15CC6 is #3EA339. Grayscale: #858585. Windows color (decimal): -4105018 or 12999873. OLE color: 12999873.

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

Color convert

RGB 193 92 198 -
CMYK 0.03 0.54 0 0.22
HSL 297.17º 0.48% 0.57% -
HSV(B) 297.17º 0.54% 0.78% -
XYZ 36.01 23.07 55.98 -
YUV 134.28 163.96 169.88 -
System Red Green Blue C M Y K H S L
Decimal 193 92 198 0.03 0.54 0 0.22 297.17 0.48 0.57
Hex C1 5C C6 3 36 0 16 129 30 39
Octal 301 134 306 3 66 0 26 451 60 71
Binary 11000001 1011100 11000110 11 110110 0 10110 100101001 110000 111001

Color Harmonies of #C15CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15CC6

Black with #C15CC6

Text Example


Text Example

White with #C15CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15CC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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