Html Css Color HEX #C646AA Fuchsia

📋 copy color: '#C646AA'

red 198 ◦ green 70 ◦ blue 170

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

Shades of Fuchsia #C646AA

Tints of Fuchsia #C646AA

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.98%

 BLUE value IS 170 (66.8% from 255) = 38.81%

R = 45.21%
G = 15.98%
B = 38.81%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C646AA (or 0xC646AA) is known color: Fuchsia. HEX triplet: C6, 46 and AA. RGB value is (198,70,170). Sum of RGB (Red+Green+Blue) = 198+70+170=438 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45.21% from 438); Green value is 70 (27.73% from 255 or 15.98% from 438); Blue value is 170 (66.80% from 255 or 38.81% from 438); Max value from RGB is 198 - color contains mainly: red. Hex color #C646AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C646AA is #39B955. Grayscale: #777777. Windows color (decimal): -3782998 or 11159238. OLE color: 11159238.

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

Color convert

RGB 198 70 170 -
CMYK 0 0.65 0.14 0.22
HSL 313.13º 0.53% 0.53% -
HSV(B) 313.13º 0.65% 0.78% -
XYZ 32.73 19.29 40.03 -
YUV 119.67 156.41 183.87 -
System Red Green Blue C M Y K H S L
Decimal 198 70 170 0 0.65 0.14 0.22 313.13 0.53 0.53
Hex C6 46 AA 0 41 E 16 139 35 35
Octal 306 106 252 0 101 16 26 471 65 65
Binary 11000110 1000110 10101010 0 1000001 1110 10110 100111001 110101 110101

Color Harmonies of #C646AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C646AA

Black with #C646AA

Text Example


Text Example

White with #C646AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C646AA; }

 p { color: rgb(198,70,170); }

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

background-color css

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

 a { background-color: rgb(198,70,170); }

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

border-color css

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

 span { border-color: rgb(198,70,170); }

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