Html Css Color HEX #C15DC9 Fuchsia

📋 copy color: '#C15DC9'

red 193 ◦ green 93 ◦ blue 201

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

Shades of Fuchsia #C15DC9

Tints of Fuchsia #C15DC9

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.1%

 BLUE value IS 201 (78.91% from 255) = 41.27%

R = 39.63%
G = 19.1%
B = 41.27%

CMYK

 C value IS 0.04

 M value IS 0.54

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C15DC9 (or 0xC15DC9) is known color: Fuchsia. HEX triplet: C1, 5D and C9. RGB value is (193,93,201). Sum of RGB (Red+Green+Blue) = 193+93+201=487 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.63% from 487); Green value is 93 (36.72% from 255 or 19.10% from 487); Blue value is 201 (78.91% from 255 or 41.27% from 487); Max value from RGB is 201 - color contains mainly: blue. Hex color #C15DC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C15DC9 is #3EA236. Grayscale: #868686. Windows color (decimal): -4104759 or 13196737. OLE color: 13196737.

HSL color Cylindrical-coordinate representation of color #C15DC9: hue angle of 295.56º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C15DC9 is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 193 93 201 -
CMYK 0.04 0.54 0 0.21
HSL 295.56º 0.5% 0.58% -
HSV(B) 295.56º 0.54% 0.79% -
XYZ 36.45 23.38 57.85 -
YUV 135.21 165.13 169.22 -
System Red Green Blue C M Y K H S L
Decimal 193 93 201 0.04 0.54 0 0.21 295.56 0.5 0.58
Hex C1 5D C9 4 36 0 15 128 32 3A
Octal 301 135 311 4 66 0 25 450 62 72
Binary 11000001 1011101 11001001 100 110110 0 10101 100101000 110010 111010

Color Harmonies of #C15DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15DC9

Black with #C15DC9

Text Example


Text Example

White with #C15DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15DC9; }

 p { color: rgb(193,93,201); }

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

background-color css

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

 a { background-color: rgb(193,93,201); }

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

border-color css

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

 span { border-color: rgb(193,93,201); }

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