Html Css Color HEX #C64FBF Fuchsia

📋 copy color: '#C64FBF'

red 198 ◦ green 79 ◦ blue 191

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

Shades of Fuchsia #C64FBF

Tints of Fuchsia #C64FBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 40.81%

R = 42.31%
G = 16.88%
B = 40.81%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C64FBF (or 0xC64FBF) is known color: Fuchsia. HEX triplet: C6, 4F and BF. RGB value is (198,79,191). Sum of RGB (Red+Green+Blue) = 198+79+191=468 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.31% from 468); Green value is 79 (31.25% from 255 or 16.88% from 468); Blue value is 191 (75% from 255 or 40.81% from 468); Max value from RGB is 198 - color contains mainly: red. Hex color #C64FBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C64FBF is #39B040. Grayscale: #7F7F7F. Windows color (decimal): -3780673 or 12537798. OLE color: 12537798.

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

Color convert

RGB 198 79 191 -
CMYK 0 0.60 0.04 0.22
HSL 303.53º 0.51% 0.54% -
HSV(B) 303.53º 0.6% 0.78% -
XYZ 35.49 21.36 51.54 -
YUV 127.35 163.92 178.39 -
System Red Green Blue C M Y K H S L
Decimal 198 79 191 0 0.60 0.04 0.22 303.53 0.51 0.54
Hex C6 4F BF 0 3C 4 16 130 33 36
Octal 306 117 277 0 74 4 26 460 63 66
Binary 11000110 1001111 10111111 0 111100 100 10110 100110000 110011 110110

Color Harmonies of #C64FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64FBF

Black with #C64FBF

Text Example


Text Example

White with #C64FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64FBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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