Html Css Color HEX #C64DB9 Fuchsia

📋 copy color: '#C64DB9'

red 198 ◦ green 77 ◦ blue 185

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

Shades of Fuchsia #C64DB9

Tints of Fuchsia #C64DB9

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.74%

 BLUE value IS 185 (72.66% from 255) = 40.22%

R = 43.04%
G = 16.74%
B = 40.22%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C64DB9 (or 0xC64DB9) is known color: Fuchsia. HEX triplet: C6, 4D and B9. RGB value is (198,77,185). Sum of RGB (Red+Green+Blue) = 198+77+185=460 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.04% from 460); Green value is 77 (30.47% from 255 or 16.74% from 460); Blue value is 185 (72.66% from 255 or 40.22% from 460); Max value from RGB is 198 - color contains mainly: red. Hex color #C64DB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C64DB9 is #39B246. Grayscale: #7D7D7D. Windows color (decimal): -3781191 or 12144070. OLE color: 12144070.

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

Color convert

RGB 198 77 185 -
CMYK 0 0.61 0.07 0.22
HSL 306.45º 0.51% 0.54% -
HSV(B) 306.45º 0.61% 0.78% -
XYZ 34.7 20.82 48.09 -
YUV 125.49 161.59 179.72 -
System Red Green Blue C M Y K H S L
Decimal 198 77 185 0 0.61 0.07 0.22 306.45 0.51 0.54
Hex C6 4D B9 0 3D 7 16 132 33 36
Octal 306 115 271 0 75 7 26 462 63 66
Binary 11000110 1001101 10111001 0 111101 111 10110 100110010 110011 110110

Color Harmonies of #C64DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64DB9

Black with #C64DB9

Text Example


Text Example

White with #C64DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64DB9; }

 p { color: rgb(198,77,185); }

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

background-color css

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

 a { background-color: rgb(198,77,185); }

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

border-color css

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

 span { border-color: rgb(198,77,185); }

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