Html Css Color HEX #C64AAB Fuchsia

📋 copy color: '#C64AAB'

red 198 ◦ green 74 ◦ blue 171

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

Shades of Fuchsia #C64AAB

Tints of Fuchsia #C64AAB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.7%

 BLUE value IS 171 (67.19% from 255) = 38.6%

R = 44.7%
G = 16.7%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C64AAB (or 0xC64AAB) is known color: Fuchsia. HEX triplet: C6, 4A and AB. RGB value is (198,74,171). Sum of RGB (Red+Green+Blue) = 198+74+171=443 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.70% from 443); Green value is 74 (29.30% from 255 or 16.70% from 443); Blue value is 171 (67.19% from 255 or 38.60% from 443); Max value from RGB is 198 - color contains mainly: red. Hex color #C64AAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64AAB is #39B554. Grayscale: #797979. Windows color (decimal): -3781973 or 11225798. OLE color: 11225798.

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

Color convert

RGB 198 74 171 -
CMYK 0 0.63 0.14 0.22
HSL 313.06º 0.52% 0.53% -
HSV(B) 313.06º 0.63% 0.78% -
XYZ 33.09 19.84 40.61 -
YUV 122.13 155.58 182.11 -
System Red Green Blue C M Y K H S L
Decimal 198 74 171 0 0.63 0.14 0.22 313.06 0.52 0.53
Hex C6 4A AB 0 3F E 16 139 34 35
Octal 306 112 253 0 77 16 26 471 64 65
Binary 11000110 1001010 10101011 0 111111 1110 10110 100111001 110100 110101

Color Harmonies of #C64AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64AAB

Black with #C64AAB

Text Example


Text Example

White with #C64AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64AAB; }

 p { color: rgb(198,74,171); }

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

background-color css

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

 a { background-color: rgb(198,74,171); }

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

border-color css

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

 span { border-color: rgb(198,74,171); }

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