Html Css Color HEX #C64AB9 Fuchsia

📋 copy color: '#C64AB9'

red 198 ◦ green 74 ◦ blue 185

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

Shades of Fuchsia #C64AB9

Tints of Fuchsia #C64AB9

RGB

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

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

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

R = 43.33%
G = 16.19%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C64AB9 (or 0xC64AB9) is known color: Fuchsia. HEX triplet: C6, 4A and B9. RGB value is (198,74,185). Sum of RGB (Red+Green+Blue) = 198+74+185=457 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.33% from 457); Green value is 74 (29.30% from 255 or 16.19% from 457); Blue value is 185 (72.66% from 255 or 40.48% from 457); Max value from RGB is 198 - color contains mainly: red. Hex color #C64AB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C64AB9 is #39B546. Grayscale: #7B7B7B. Windows color (decimal): -3781959 or 12143302. OLE color: 12143302.

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

Color convert

RGB 198 74 185 -
CMYK 0 0.63 0.07 0.22
HSL 306.29º 0.52% 0.53% -
HSV(B) 306.29º 0.63% 0.78% -
XYZ 34.49 20.41 48.02 -
YUV 123.73 162.58 180.97 -
System Red Green Blue C M Y K H S L
Decimal 198 74 185 0 0.63 0.07 0.22 306.29 0.52 0.53
Hex C6 4A B9 0 3F 7 16 132 34 35
Octal 306 112 271 0 77 7 26 462 64 65
Binary 11000110 1001010 10111001 0 111111 111 10110 100110010 110100 110101

Color Harmonies of #C64AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64AB9

Black with #C64AB9

Text Example


Text Example

White with #C64AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64AB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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