Html Css Color HEX #C36CAF Fuchsia

📋 copy color: '#C36CAF'

red 195 ◦ green 108 ◦ blue 175

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

Shades of Fuchsia #C36CAF

Tints of Fuchsia #C36CAF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.59%

 BLUE value IS 175 (68.75% from 255) = 36.61%

R = 40.79%
G = 22.59%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C36CAF (or 0xC36CAF) is known color: Fuchsia. HEX triplet: C3, 6C and AF. RGB value is (195,108,175). Sum of RGB (Red+Green+Blue) = 195+108+175=478 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.79% from 478); Green value is 108 (42.58% from 255 or 22.59% from 478); Blue value is 175 (68.75% from 255 or 36.61% from 478); Max value from RGB is 195 - color contains mainly: red. Hex color #C36CAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C36CAF is #3C9350. Grayscale: #8D8D8D. Windows color (decimal): -3969873 or 11496643. OLE color: 11496643.

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

Color convert

RGB 195 108 175 -
CMYK 0 0.45 0.10 0.24
HSL 313.79º 0.42% 0.59% -
HSV(B) 313.79º 0.45% 0.76% -
XYZ 35.61 25.42 43.59 -
YUV 141.65 146.82 166.05 -
System Red Green Blue C M Y K H S L
Decimal 195 108 175 0 0.45 0.10 0.24 313.79 0.42 0.59
Hex C3 6C AF 0 2D A 18 13A 2A 3B
Octal 303 154 257 0 55 12 30 472 52 73
Binary 11000011 1101100 10101111 0 101101 1010 11000 100111010 101010 111011

Color Harmonies of #C36CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36CAF

Black with #C36CAF

Text Example


Text Example

White with #C36CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36CAF; }

 p { color: rgb(195,108,175); }

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

background-color css

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

 a { background-color: rgb(195,108,175); }

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

border-color css

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

 span { border-color: rgb(195,108,175); }

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