Html Css Color HEX #C469AF Fuchsia

📋 copy color: '#C469AF'

red 196 ◦ green 105 ◦ blue 175

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

Shades of Fuchsia #C469AF

Tints of Fuchsia #C469AF

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.06%

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

R = 41.18%
G = 22.06%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C469AF (or 0xC469AF) is known color: Fuchsia. HEX triplet: C4, 69 and AF. RGB value is (196,105,175). Sum of RGB (Red+Green+Blue) = 196+105+175=476 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.18% from 476); Green value is 105 (41.41% from 255 or 22.06% from 476); Blue value is 175 (68.75% from 255 or 36.76% from 476); Max value from RGB is 196 - color contains mainly: red. Hex color #C469AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C469AF is #3B9650. Grayscale: #8C8C8C. Windows color (decimal): -3905105 or 11495876. OLE color: 11495876.

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

Color convert

RGB 196 105 175 -
CMYK 0 0.46 0.11 0.23
HSL 313.85º 0.44% 0.59% -
HSV(B) 313.85º 0.46% 0.77% -
XYZ 35.55 24.93 43.5 -
YUV 140.19 147.65 167.81 -
System Red Green Blue C M Y K H S L
Decimal 196 105 175 0 0.46 0.11 0.23 313.85 0.44 0.59
Hex C4 69 AF 0 2E B 17 13A 2C 3B
Octal 304 151 257 0 56 13 27 472 54 73
Binary 11000100 1101001 10101111 0 101110 1011 10111 100111010 101100 111011

Color Harmonies of #C469AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C469AF

Black with #C469AF

Text Example


Text Example

White with #C469AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C469AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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