Html Css Color HEX #C36CB2 Fuchsia

📋 copy color: '#C36CB2'

red 195 ◦ green 108 ◦ blue 178

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

Shades of Fuchsia #C36CB2

Tints of Fuchsia #C36CB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 37.01%

R = 40.54%
G = 22.45%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C36CB2 (or 0xC36CB2) is known color: Fuchsia. HEX triplet: C3, 6C and B2. RGB value is (195,108,178). Sum of RGB (Red+Green+Blue) = 195+108+178=481 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.54% from 481); Green value is 108 (42.58% from 255 or 22.45% from 481); Blue value is 178 (69.92% from 255 or 37.01% from 481); Max value from RGB is 195 - color contains mainly: red. Hex color #C36CB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C36CB2 is #3C934D. Grayscale: #8D8D8D. Windows color (decimal): -3969870 or 11693251. OLE color: 11693251.

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

Color convert

RGB 195 108 178 -
CMYK 0 0.45 0.09 0.24
HSL 311.72º 0.42% 0.59% -
HSV(B) 311.72º 0.45% 0.76% -
XYZ 35.9 25.54 45.16 -
YUV 141.99 148.32 165.81 -
System Red Green Blue C M Y K H S L
Decimal 195 108 178 0 0.45 0.09 0.24 311.72 0.42 0.59
Hex C3 6C B2 0 2D 9 18 138 2A 3B
Octal 303 154 262 0 55 11 30 470 52 73
Binary 11000011 1101100 10110010 0 101101 1001 11000 100111000 101010 111011

Color Harmonies of #C36CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36CB2

Black with #C36CB2

Text Example


Text Example

White with #C36CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36CB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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