Html Css Color HEX #C36AC3 Fuchsia

📋 copy color: '#C36AC3'

red 195 ◦ green 106 ◦ blue 195

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

Shades of Fuchsia #C36AC3

Tints of Fuchsia #C36AC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 39.31%

R = 39.31%
G = 21.37%
B = 39.31%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#C36AC3 (or 0xC36AC3) is known color: Fuchsia. HEX triplet: C3, 6A and C3. RGB value is (195,106,195). Sum of RGB (Red+Green+Blue) = 195+106+195=496 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.31% from 496); Green value is 106 (41.80% from 255 or 21.37% from 496); Blue value is 195 (76.56% from 255 or 39.31% from 496); Max value from RGB is 195 - color contains mainly: red, blue. Hex color #C36AC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36AC3 is #3C953C. Grayscale: #8E8E8E. Windows color (decimal): -3970365 or 12806851. OLE color: 12806851.

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

Color convert

RGB 195 106 195 -
CMYK 0 0.46 0 0.24
HSL 300º 0.43% 0.59% -
HSV(B) 300º 0.46% 0.76% -
XYZ 37.51 25.85 54.64 -
YUV 142.76 157.49 165.26 -
System Red Green Blue C M Y K H S L
Decimal 195 106 195 0 0.46 0 0.24 300 0.43 0.59
Hex C3 6A C3 0 2E 0 18 12C 2B 3B
Octal 303 152 303 0 56 0 30 454 53 73
Binary 11000011 1101010 11000011 0 101110 0 11000 100101100 101011 111011

Color Harmonies of #C36AC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36AC3

Black with #C36AC3

Text Example


Text Example

White with #C36AC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36AC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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