Html Css Color HEX #C64FB1 Fuchsia

📋 copy color: '#C64FB1'

red 198 ◦ green 79 ◦ blue 177

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

Shades of Fuchsia #C64FB1

Tints of Fuchsia #C64FB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 38.99%

R = 43.61%
G = 17.4%
B = 38.99%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.11

 K value IS 0.22

RGB Variations

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

Color information

#C64FB1 (or 0xC64FB1) is known color: Fuchsia. HEX triplet: C6, 4F and B1. RGB value is (198,79,177). Sum of RGB (Red+Green+Blue) = 198+79+177=454 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.61% from 454); Green value is 79 (31.25% from 255 or 17.40% from 454); Blue value is 177 (69.53% from 255 or 38.99% from 454); Max value from RGB is 198 - color contains mainly: red. Hex color #C64FB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C64FB1 is #39B04E. Grayscale: #7D7D7D. Windows color (decimal): -3780687 or 11620294. OLE color: 11620294.

HSL color Cylindrical-coordinate representation of color #C64FB1: hue angle of 310.59º 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 #C64FB1 is Cyan = 0, Magento = 0.60, Yellow = 0.11 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 79 177 -
CMYK 0 0.60 0.11 0.22
HSL 310.59º 0.51% 0.54% -
HSV(B) 310.59º 0.6% 0.78% -
XYZ 34.02 20.77 43.81 -
YUV 125.75 156.92 179.53 -
System Red Green Blue C M Y K H S L
Decimal 198 79 177 0 0.60 0.11 0.22 310.59 0.51 0.54
Hex C6 4F B1 0 3C B 16 137 33 36
Octal 306 117 261 0 74 13 26 467 63 66
Binary 11000110 1001111 10110001 0 111100 1011 10110 100110111 110011 110110

Color Harmonies of #C64FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64FB1

Black with #C64FB1

Text Example


Text Example

White with #C64FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64FB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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