Html Css Color HEX #C36CB4 Fuchsia

📋 copy color: '#C36CB4'

red 195 ◦ green 108 ◦ blue 180

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

Shades of Fuchsia #C36CB4

Tints of Fuchsia #C36CB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 37.27%

R = 40.37%
G = 22.36%
B = 37.27%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.08

 K value IS 0.24

RGB Variations

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

Color information

#C36CB4 (or 0xC36CB4) is known color: Fuchsia. HEX triplet: C3, 6C and B4. RGB value is (195,108,180). Sum of RGB (Red+Green+Blue) = 195+108+180=483 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.37% from 483); Green value is 108 (42.58% from 255 or 22.36% from 483); Blue value is 180 (70.70% from 255 or 37.27% from 483); Max value from RGB is 195 - color contains mainly: red. Hex color #C36CB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36CB4 is #3C934B. Grayscale: #8E8E8E. Windows color (decimal): -3969868 or 11824323. OLE color: 11824323.

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

Color convert

RGB 195 108 180 -
CMYK 0 0.45 0.08 0.24
HSL 310.34º 0.42% 0.59% -
HSV(B) 310.34º 0.45% 0.76% -
XYZ 36.11 25.62 46.22 -
YUV 142.22 149.32 165.65 -
System Red Green Blue C M Y K H S L
Decimal 195 108 180 0 0.45 0.08 0.24 310.34 0.42 0.59
Hex C3 6C B4 0 2D 8 18 136 2A 3B
Octal 303 154 264 0 55 10 30 466 52 73
Binary 11000011 1101100 10110100 0 101101 1000 11000 100110110 101010 111011

Color Harmonies of #C36CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36CB4

Black with #C36CB4

Text Example


Text Example

White with #C36CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36CB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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