Html Css Color HEX #C466AF Fuchsia

📋 copy color: '#C466AF'

red 196 ◦ green 102 ◦ blue 175

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

Shades of Fuchsia #C466AF

Tints of Fuchsia #C466AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 37%

R = 41.44%
G = 21.56%
B = 37%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C466AF (or 0xC466AF) is known color: Fuchsia. HEX triplet: C4, 66 and AF. RGB value is (196,102,175). Sum of RGB (Red+Green+Blue) = 196+102+175=473 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.44% from 473); Green value is 102 (40.23% from 255 or 21.56% from 473); Blue value is 175 (68.75% from 255 or 37.00% from 473); Max value from RGB is 196 - color contains mainly: red. Hex color #C466AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C466AF is #3B9950. Grayscale: #8A8A8A. Windows color (decimal): -3905873 or 11495108. OLE color: 11495108.

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

Color convert

RGB 196 102 175 -
CMYK 0 0.48 0.11 0.23
HSL 313.4º 0.44% 0.58% -
HSV(B) 313.4º 0.48% 0.77% -
XYZ 35.25 24.33 43.4 -
YUV 138.43 148.64 169.06 -
System Red Green Blue C M Y K H S L
Decimal 196 102 175 0 0.48 0.11 0.23 313.4 0.44 0.58
Hex C4 66 AF 0 30 B 17 139 2C 3A
Octal 304 146 257 0 60 13 27 471 54 72
Binary 11000100 1100110 10101111 0 110000 1011 10111 100111001 101100 111010

Color Harmonies of #C466AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C466AF

Black with #C466AF

Text Example


Text Example

White with #C466AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C466AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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