Html Css Color HEX #C670AF Fuchsia

📋 copy color: '#C670AF'

red 198 ◦ green 112 ◦ blue 175

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

Shades of Fuchsia #C670AF

Tints of Fuchsia #C670AF

RGB

 RED value IS 198 (77.73% from 255) = 40.82%

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

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

R = 40.82%
G = 23.09%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C670AF (or 0xC670AF) is known color: Fuchsia. HEX triplet: C6, 70 and AF. RGB value is (198,112,175). Sum of RGB (Red+Green+Blue) = 198+112+175=485 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.82% from 485); Green value is 112 (44.14% from 255 or 23.09% from 485); Blue value is 175 (68.75% from 255 or 36.08% from 485); Max value from RGB is 198 - color contains mainly: red. Hex color #C670AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C670AF is #398F50. Grayscale: #909090. Windows color (decimal): -3772241 or 11497670. OLE color: 11497670.

HSL color Cylindrical-coordinate representation of color #C670AF: hue angle of 316.05º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C670AF is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 112 175 -
CMYK 0 0.43 0.12 0.22
HSL 316.05º 0.43% 0.61% -
HSV(B) 316.05º 0.43% 0.78% -
XYZ 36.82 26.69 43.77 -
YUV 144.9 144.99 165.88 -
System Red Green Blue C M Y K H S L
Decimal 198 112 175 0 0.43 0.12 0.22 316.05 0.43 0.61
Hex C6 70 AF 0 2B C 16 13C 2B 3D
Octal 306 160 257 0 53 14 26 474 53 75
Binary 11000110 1110000 10101111 0 101011 1100 10110 100111100 101011 111101

Color Harmonies of #C670AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C670AF

Black with #C670AF

Text Example


Text Example

White with #C670AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C670AF; }

 p { color: rgb(198,112,175); }

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

background-color css

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

 a { background-color: rgb(198,112,175); }

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

border-color css

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

 span { border-color: rgb(198,112,175); }

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