Html Css Color HEX #C36BAC Fuchsia

📋 copy color: '#C36BAC'

red 195 ◦ green 107 ◦ blue 172

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

Shades of Fuchsia #C36BAC

Tints of Fuchsia #C36BAC

RGB

 RED value IS 195 (76.56% from 255) = 41.14%

 GREEN value IS 107 (42.19% from 255) = 22.57%

 BLUE value IS 172 (67.58% from 255) = 36.29%

R = 41.14%
G = 22.57%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C36BAC (or 0xC36BAC) is known color: Fuchsia. HEX triplet: C3, 6B and AC. RGB value is (195,107,172). Sum of RGB (Red+Green+Blue) = 195+107+172=474 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.14% from 474); Green value is 107 (42.19% from 255 or 22.57% from 474); Blue value is 172 (67.58% from 255 or 36.29% from 474); Max value from RGB is 195 - color contains mainly: red. Hex color #C36BAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C36BAC is #3C9453. Grayscale: #8C8C8C. Windows color (decimal): -3970132 or 11299779. OLE color: 11299779.

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

Color convert

RGB 195 107 172 -
CMYK 0 0.45 0.12 0.24
HSL 315.68º 0.42% 0.59% -
HSV(B) 315.68º 0.45% 0.76% -
XYZ 35.21 25.1 42.02 -
YUV 140.72 145.65 166.71 -
System Red Green Blue C M Y K H S L
Decimal 195 107 172 0 0.45 0.12 0.24 315.68 0.42 0.59
Hex C3 6B AC 0 2D C 18 13C 2A 3B
Octal 303 153 254 0 55 14 30 474 52 73
Binary 11000011 1101011 10101100 0 101101 1100 11000 100111100 101010 111011

Color Harmonies of #C36BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36BAC

Black with #C36BAC

Text Example


Text Example

White with #C36BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36BAC; }

 p { color: rgb(195,107,172); }

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

background-color css

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

 a { background-color: rgb(195,107,172); }

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

border-color css

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

 span { border-color: rgb(195,107,172); }

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