Html Css Color HEX #C46CBB Fuchsia

📋 copy color: '#C46CBB'

red 196 ◦ green 108 ◦ blue 187

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

Shades of Fuchsia #C46CBB

Tints of Fuchsia #C46CBB

RGB

 RED value IS 196 (76.95% from 255) = 39.92%

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

 BLUE value IS 187 (73.44% from 255) = 38.09%

R = 39.92%
G = 22%
B = 38.09%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C46CBB (or 0xC46CBB) is known color: Fuchsia. HEX triplet: C4, 6C and BB. RGB value is (196,108,187). Sum of RGB (Red+Green+Blue) = 196+108+187=491 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.92% from 491); Green value is 108 (42.58% from 255 or 22.00% from 491); Blue value is 187 (73.44% from 255 or 38.09% from 491); Max value from RGB is 196 - color contains mainly: red. Hex color #C46CBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C46CBB is #3B9344. Grayscale: #8F8F8F. Windows color (decimal): -3904325 or 12283076. OLE color: 12283076.

HSL color Cylindrical-coordinate representation of color #C46CBB: hue angle of 306.14º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C46CBB is Cyan = 0, Magento = 0.45, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 108 187 -
CMYK 0 0.45 0.05 0.23
HSL 306.14º 0.43% 0.6% -
HSV(B) 306.14º 0.45% 0.77% -
XYZ 37.1 26.05 50.09 -
YUV 143.32 152.65 165.58 -
System Red Green Blue C M Y K H S L
Decimal 196 108 187 0 0.45 0.05 0.23 306.14 0.43 0.6
Hex C4 6C BB 0 2D 5 17 132 2B 3C
Octal 304 154 273 0 55 5 27 462 53 74
Binary 11000100 1101100 10111011 0 101101 101 10111 100110010 101011 111100

Color Harmonies of #C46CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46CBB

Black with #C46CBB

Text Example


Text Example

White with #C46CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46CBB; }

 p { color: rgb(196,108,187); }

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

background-color css

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

 a { background-color: rgb(196,108,187); }

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

border-color css

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

 span { border-color: rgb(196,108,187); }

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