Html Css Color HEX #C36AC2 Fuchsia

📋 copy color: '#C36AC2'

red 195 ◦ green 106 ◦ blue 194

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

Shades of Fuchsia #C36AC2

Tints of Fuchsia #C36AC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 39.19%

R = 39.39%
G = 21.41%
B = 39.19%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#C36AC2 (or 0xC36AC2) is known color: Fuchsia. HEX triplet: C3, 6A and C2. RGB value is (195,106,194). Sum of RGB (Red+Green+Blue) = 195+106+194=495 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.39% from 495); Green value is 106 (41.80% from 255 or 21.41% from 495); Blue value is 194 (76.17% from 255 or 39.19% from 495); Max value from RGB is 195 - color contains mainly: red. Hex color #C36AC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36AC2 is #3C953D. Grayscale: #8E8E8E. Windows color (decimal): -3970366 or 12741315. OLE color: 12741315.

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

Color convert

RGB 195 106 194 -
CMYK 0 0.46 0.01 0.24
HSL 300.67º 0.43% 0.59% -
HSV(B) 300.67º 0.46% 0.76% -
XYZ 37.4 25.81 54.05 -
YUV 142.64 156.99 165.34 -
System Red Green Blue C M Y K H S L
Decimal 195 106 194 0 0.46 0.01 0.24 300.67 0.43 0.59
Hex C3 6A C2 0 2E 1 18 12D 2B 3B
Octal 303 152 302 0 56 1 30 455 53 73
Binary 11000011 1101010 11000010 0 101110 1 11000 100101101 101011 111011

Color Harmonies of #C36AC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36AC2

Black with #C36AC2

Text Example


Text Example

White with #C36AC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36AC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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