Html Css Color HEX #C46BC0 Fuchsia

📋 copy color: '#C46BC0'

red 196 ◦ green 107 ◦ blue 192

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

Shades of Fuchsia #C46BC0

Tints of Fuchsia #C46BC0

RGB

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

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

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

R = 39.6%
G = 21.62%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.02

 K value IS 0.23

RGB Variations

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

Color information

#C46BC0 (or 0xC46BC0) is known color: Fuchsia. HEX triplet: C4, 6B and C0. RGB value is (196,107,192). Sum of RGB (Red+Green+Blue) = 196+107+192=495 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.60% from 495); Green value is 107 (42.19% from 255 or 21.62% from 495); Blue value is 192 (75.39% from 255 or 38.79% from 495); Max value from RGB is 196 - color contains mainly: red. Hex color #C46BC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C46BC0 is #3B943F. Grayscale: #8F8F8F. Windows color (decimal): -3904576 or 12610500. OLE color: 12610500.

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

Color convert

RGB 196 107 192 -
CMYK 0 0.45 0.02 0.23
HSL 302.7º 0.43% 0.59% -
HSV(B) 302.7º 0.45% 0.77% -
XYZ 37.54 26.06 52.92 -
YUV 143.3 155.49 165.59 -
System Red Green Blue C M Y K H S L
Decimal 196 107 192 0 0.45 0.02 0.23 302.7 0.43 0.59
Hex C4 6B C0 0 2D 2 17 12F 2B 3B
Octal 304 153 300 0 55 2 27 457 53 73
Binary 11000100 1101011 11000000 0 101101 10 10111 100101111 101011 111011

Color Harmonies of #C46BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46BC0

Black with #C46BC0

Text Example


Text Example

White with #C46BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46BC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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