Html Css Color HEX #C15CBF Fuchsia

📋 copy color: '#C15CBF'

red 193 ◦ green 92 ◦ blue 191

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

Shades of Fuchsia #C15CBF

Tints of Fuchsia #C15CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 40.13%

R = 40.55%
G = 19.33%
B = 40.13%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#C15CBF (or 0xC15CBF) is known color: Fuchsia. HEX triplet: C1, 5C and BF. RGB value is (193,92,191). Sum of RGB (Red+Green+Blue) = 193+92+191=476 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.55% from 476); Green value is 92 (36.33% from 255 or 19.33% from 476); Blue value is 191 (75% from 255 or 40.13% from 476); Max value from RGB is 193 - color contains mainly: red. Hex color #C15CBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C15CBF is #3EA340. Grayscale: #858585. Windows color (decimal): -4105025 or 12541121. OLE color: 12541121.

HSL color Cylindrical-coordinate representation of color #C15CBF: hue angle of 301.19º 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 #C15CBF is Cyan = 0, Magento = 0.52, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 92 191 -
CMYK 0 0.52 0.01 0.24
HSL 301.19º 0.45% 0.56% -
HSV(B) 301.19º 0.52% 0.76% -
XYZ 35.22 22.75 51.83 -
YUV 133.49 160.46 170.45 -
System Red Green Blue C M Y K H S L
Decimal 193 92 191 0 0.52 0.01 0.24 301.19 0.45 0.56
Hex C1 5C BF 0 34 1 18 12D 2D 38
Octal 301 134 277 0 64 1 30 455 55 70
Binary 11000001 1011100 10111111 0 110100 1 11000 100101101 101101 111000

Color Harmonies of #C15CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15CBF

Black with #C15CBF

Text Example


Text Example

White with #C15CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15CBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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