Html Css Color HEX #C64FAB Fuchsia

📋 copy color: '#C64FAB'

red 198 ◦ green 79 ◦ blue 171

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

Shades of Fuchsia #C64FAB

Tints of Fuchsia #C64FAB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.63%

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

R = 44.2%
G = 17.63%
B = 38.17%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C64FAB (or 0xC64FAB) is known color: Fuchsia. HEX triplet: C6, 4F and AB. RGB value is (198,79,171). Sum of RGB (Red+Green+Blue) = 198+79+171=448 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.20% from 448); Green value is 79 (31.25% from 255 or 17.63% from 448); Blue value is 171 (67.19% from 255 or 38.17% from 448); Max value from RGB is 198 - color contains mainly: red. Hex color #C64FAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C64FAB is #39B054. Grayscale: #7C7C7C. Windows color (decimal): -3780693 or 11227078. OLE color: 11227078.

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

Color convert

RGB 198 79 171 -
CMYK 0 0.60 0.14 0.22
HSL 313.61º 0.51% 0.54% -
HSV(B) 313.61º 0.6% 0.78% -
XYZ 33.44 20.54 40.73 -
YUV 125.07 153.92 180.02 -
System Red Green Blue C M Y K H S L
Decimal 198 79 171 0 0.60 0.14 0.22 313.61 0.51 0.54
Hex C6 4F AB 0 3C E 16 13A 33 36
Octal 306 117 253 0 74 16 26 472 63 66
Binary 11000110 1001111 10101011 0 111100 1110 10110 100111010 110011 110110

Color Harmonies of #C64FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64FAB

Black with #C64FAB

Text Example


Text Example

White with #C64FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64FAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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