Html Css Color HEX #C470AE Fuchsia

📋 copy color: '#C470AE'

red 196 ◦ green 112 ◦ blue 174

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

Shades of Fuchsia #C470AE

Tints of Fuchsia #C470AE

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.24%

 BLUE value IS 174 (68.36% from 255) = 36.1%

R = 40.66%
G = 23.24%
B = 36.1%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C470AE (or 0xC470AE) is known color: Fuchsia. HEX triplet: C4, 70 and AE. RGB value is (196,112,174). Sum of RGB (Red+Green+Blue) = 196+112+174=482 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.66% from 482); Green value is 112 (44.14% from 255 or 23.24% from 482); Blue value is 174 (68.36% from 255 or 36.10% from 482); Max value from RGB is 196 - color contains mainly: red. Hex color #C470AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C470AE is #3B8F51. Grayscale: #909090. Windows color (decimal): -3903314 or 11432132. OLE color: 11432132.

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

Color convert

RGB 196 112 174 -
CMYK 0 0.43 0.11 0.23
HSL 315.71º 0.42% 0.6% -
HSV(B) 315.71º 0.43% 0.77% -
XYZ 36.2 26.38 43.23 -
YUV 144.18 144.83 164.96 -
System Red Green Blue C M Y K H S L
Decimal 196 112 174 0 0.43 0.11 0.23 315.71 0.42 0.6
Hex C4 70 AE 0 2B B 17 13C 2A 3C
Octal 304 160 256 0 53 13 27 474 52 74
Binary 11000100 1110000 10101110 0 101011 1011 10111 100111100 101010 111100

Color Harmonies of #C470AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C470AE

Black with #C470AE

Text Example


Text Example

White with #C470AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C470AE; }

 p { color: rgb(196,112,174); }

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

background-color css

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

 a { background-color: rgb(196,112,174); }

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

border-color css

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

 span { border-color: rgb(196,112,174); }

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