Html Css Color HEX #C466BB Fuchsia

📋 copy color: '#C466BB'

red 196 ◦ green 102 ◦ blue 187

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

Shades of Fuchsia #C466BB

Tints of Fuchsia #C466BB

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.03%

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

R = 40.41%
G = 21.03%
B = 38.56%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C466BB (or 0xC466BB) is known color: Fuchsia. HEX triplet: C4, 66 and BB. RGB value is (196,102,187). Sum of RGB (Red+Green+Blue) = 196+102+187=485 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.41% from 485); Green value is 102 (40.23% from 255 or 21.03% from 485); Blue value is 187 (73.44% from 255 or 38.56% from 485); Max value from RGB is 196 - color contains mainly: red. Hex color #C466BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C466BB is #3B9944. Grayscale: #8B8B8B. Windows color (decimal): -3905861 or 12281540. OLE color: 12281540.

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

Color convert

RGB 196 102 187 -
CMYK 0 0.48 0.05 0.23
HSL 305.74º 0.44% 0.58% -
HSV(B) 305.74º 0.48% 0.77% -
XYZ 36.49 24.83 49.88 -
YUV 139.8 154.64 168.09 -
System Red Green Blue C M Y K H S L
Decimal 196 102 187 0 0.48 0.05 0.23 305.74 0.44 0.58
Hex C4 66 BB 0 30 5 17 132 2C 3A
Octal 304 146 273 0 60 5 27 462 54 72
Binary 11000100 1100110 10111011 0 110000 101 10111 100110010 101100 111010

Color Harmonies of #C466BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C466BB

Black with #C466BB

Text Example


Text Example

White with #C466BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C466BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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