Html Css Color HEX #C36AC0 Fuchsia

📋 copy color: '#C36AC0'

red 195 ◦ green 106 ◦ blue 192

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

Shades of Fuchsia #C36AC0

Tints of Fuchsia #C36AC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 38.95%

R = 39.55%
G = 21.5%
B = 38.95%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C36AC0 (or 0xC36AC0) is known color: Fuchsia. HEX triplet: C3, 6A and C0. RGB value is (195,106,192). Sum of RGB (Red+Green+Blue) = 195+106+192=493 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.55% from 493); Green value is 106 (41.80% from 255 or 21.50% from 493); Blue value is 192 (75.39% from 255 or 38.95% from 493); Max value from RGB is 195 - color contains mainly: red. Hex color #C36AC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36AC0 is #3C953F. Grayscale: #8E8E8E. Windows color (decimal): -3970368 or 12610243. OLE color: 12610243.

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

Color convert

RGB 195 106 192 -
CMYK 0 0.46 0.02 0.24
HSL 302.02º 0.43% 0.59% -
HSV(B) 302.02º 0.46% 0.76% -
XYZ 37.17 25.72 52.87 -
YUV 142.42 155.99 165.51 -
System Red Green Blue C M Y K H S L
Decimal 195 106 192 0 0.46 0.02 0.24 302.02 0.43 0.59
Hex C3 6A C0 0 2E 2 18 12E 2B 3B
Octal 303 152 300 0 56 2 30 456 53 73
Binary 11000011 1101010 11000000 0 101110 10 11000 100101110 101011 111011

Color Harmonies of #C36AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36AC0

Black with #C36AC0

Text Example


Text Example

White with #C36AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36AC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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