Html Css Color HEX #C36AAC Fuchsia

📋 copy color: '#C36AAC'

red 195 ◦ green 106 ◦ blue 172

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

Shades of Fuchsia #C36AAC

Tints of Fuchsia #C36AAC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.41%

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

R = 41.23%
G = 22.41%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C36AAC (or 0xC36AAC) is known color: Fuchsia. HEX triplet: C3, 6A and AC. RGB value is (195,106,172). Sum of RGB (Red+Green+Blue) = 195+106+172=473 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.23% from 473); Green value is 106 (41.80% from 255 or 22.41% from 473); Blue value is 172 (67.58% from 255 or 36.36% from 473); Max value from RGB is 195 - color contains mainly: red. Hex color #C36AAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C36AAC is #3C9553. Grayscale: #8B8B8B. Windows color (decimal): -3970388 or 11299523. OLE color: 11299523.

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

Color convert

RGB 195 106 172 -
CMYK 0 0.46 0.12 0.24
HSL 315.51º 0.43% 0.59% -
HSV(B) 315.51º 0.46% 0.76% -
XYZ 35.11 24.89 41.98 -
YUV 140.14 145.99 167.13 -
System Red Green Blue C M Y K H S L
Decimal 195 106 172 0 0.46 0.12 0.24 315.51 0.43 0.59
Hex C3 6A AC 0 2E C 18 13C 2B 3B
Octal 303 152 254 0 56 14 30 474 53 73
Binary 11000011 1101010 10101100 0 101110 1100 11000 100111100 101011 111011

Color Harmonies of #C36AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36AAC

Black with #C36AAC

Text Example


Text Example

White with #C36AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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