Html Css Color HEX #C466B8 Fuchsia

📋 copy color: '#C466B8'

red 196 ◦ green 102 ◦ blue 184

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

Shades of Fuchsia #C466B8

Tints of Fuchsia #C466B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 38.17%

R = 40.66%
G = 21.16%
B = 38.17%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#C466B8 (or 0xC466B8) is known color: Fuchsia. HEX triplet: C4, 66 and B8. RGB value is (196,102,184). Sum of RGB (Red+Green+Blue) = 196+102+184=482 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.66% from 482); Green value is 102 (40.23% from 255 or 21.16% from 482); Blue value is 184 (72.27% from 255 or 38.17% from 482); Max value from RGB is 196 - color contains mainly: red. Hex color #C466B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C466B8 is #3B9947. Grayscale: #8B8B8B. Windows color (decimal): -3905864 or 12084932. OLE color: 12084932.

HSL color Cylindrical-coordinate representation of color #C466B8: hue angle of 307.66º 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 #C466B8 is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 102 184 -
CMYK 0 0.48 0.06 0.23
HSL 307.66º 0.44% 0.58% -
HSV(B) 307.66º 0.48% 0.77% -
XYZ 36.17 24.7 48.21 -
YUV 139.45 153.14 168.33 -
System Red Green Blue C M Y K H S L
Decimal 196 102 184 0 0.48 0.06 0.23 307.66 0.44 0.58
Hex C4 66 B8 0 30 6 17 134 2C 3A
Octal 304 146 270 0 60 6 27 464 54 72
Binary 11000100 1100110 10111000 0 110000 110 10111 100110100 101100 111010

Color Harmonies of #C466B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C466B8

Black with #C466B8

Text Example


Text Example

White with #C466B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C466B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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