Html Css Color HEX #C36BC0 Fuchsia

📋 copy color: '#C36BC0'

red 195 ◦ green 107 ◦ blue 192

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

Shades of Fuchsia #C36BC0

Tints of Fuchsia #C36BC0

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.66%

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

R = 39.47%
G = 21.66%
B = 38.87%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C36BC0 (or 0xC36BC0) is known color: Fuchsia. HEX triplet: C3, 6B and C0. RGB value is (195,107,192). Sum of RGB (Red+Green+Blue) = 195+107+192=494 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.47% from 494); Green value is 107 (42.19% from 255 or 21.66% from 494); Blue value is 192 (75.39% from 255 or 38.87% from 494); Max value from RGB is 195 - color contains mainly: red. Hex color #C36BC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36BC0 is #3C943F. Grayscale: #8E8E8E. Windows color (decimal): -3970112 or 12610499. OLE color: 12610499.

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

Color convert

RGB 195 107 192 -
CMYK 0 0.45 0.02 0.24
HSL 302.05º 0.42% 0.59% -
HSV(B) 302.05º 0.45% 0.76% -
XYZ 37.28 25.92 52.91 -
YUV 143 155.65 165.09 -
System Red Green Blue C M Y K H S L
Decimal 195 107 192 0 0.45 0.02 0.24 302.05 0.42 0.59
Hex C3 6B C0 0 2D 2 18 12E 2A 3B
Octal 303 153 300 0 55 2 30 456 52 73
Binary 11000011 1101011 11000000 0 101101 10 11000 100101110 101010 111011

Color Harmonies of #C36BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36BC0

Black with #C36BC0

Text Example


Text Example

White with #C36BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36BC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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