Html Css Color HEX #C15CAD Fuchsia

📋 copy color: '#C15CAD'

red 193 ◦ green 92 ◦ blue 173

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

Shades of Fuchsia #C15CAD

Tints of Fuchsia #C15CAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 37.77%

R = 42.14%
G = 20.09%
B = 37.77%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C15CAD (or 0xC15CAD) is known color: Fuchsia. HEX triplet: C1, 5C and AD. RGB value is (193,92,173). Sum of RGB (Red+Green+Blue) = 193+92+173=458 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.14% from 458); Green value is 92 (36.33% from 255 or 20.09% from 458); Blue value is 173 (67.97% from 255 or 37.77% from 458); Max value from RGB is 193 - color contains mainly: red. Hex color #C15CAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15CAD is #3EA352. Grayscale: #838383. Windows color (decimal): -4105043 or 11361473. OLE color: 11361473.

HSL color Cylindrical-coordinate representation of color #C15CAD: hue angle of 311.88º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C15CAD is Cyan = 0, Magento = 0.52, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 92 173 -
CMYK 0 0.52 0.10 0.24
HSL 311.88º 0.45% 0.56% -
HSV(B) 311.88º 0.52% 0.76% -
XYZ 33.36 22.01 42.02 -
YUV 131.43 151.46 171.91 -
System Red Green Blue C M Y K H S L
Decimal 193 92 173 0 0.52 0.10 0.24 311.88 0.45 0.56
Hex C1 5C AD 0 34 A 18 138 2D 38
Octal 301 134 255 0 64 12 30 470 55 70
Binary 11000001 1011100 10101101 0 110100 1010 11000 100111000 101101 111000

Color Harmonies of #C15CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15CAD

Black with #C15CAD

Text Example


Text Example

White with #C15CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15CAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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