Html Css Color HEX #C64CB9 Fuchsia

📋 copy color: '#C64CB9'

red 198 ◦ green 76 ◦ blue 185

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

Shades of Fuchsia #C64CB9

Tints of Fuchsia #C64CB9

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.56%

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

R = 43.14%
G = 16.56%
B = 40.31%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C64CB9 (or 0xC64CB9) is known color: Fuchsia. HEX triplet: C6, 4C and B9. RGB value is (198,76,185). Sum of RGB (Red+Green+Blue) = 198+76+185=459 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.14% from 459); Green value is 76 (30.08% from 255 or 16.56% from 459); Blue value is 185 (72.66% from 255 or 40.31% from 459); Max value from RGB is 198 - color contains mainly: red. Hex color #C64CB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C64CB9 is #39B346. Grayscale: #7C7C7C. Windows color (decimal): -3781447 or 12143814. OLE color: 12143814.

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

Color convert

RGB 198 76 185 -
CMYK 0 0.62 0.07 0.22
HSL 306.39º 0.52% 0.54% -
HSV(B) 306.39º 0.62% 0.78% -
XYZ 34.63 20.68 48.06 -
YUV 124.9 161.92 180.14 -
System Red Green Blue C M Y K H S L
Decimal 198 76 185 0 0.62 0.07 0.22 306.39 0.52 0.54
Hex C6 4C B9 0 3E 7 16 132 34 36
Octal 306 114 271 0 76 7 26 462 64 66
Binary 11000110 1001100 10111001 0 111110 111 10110 100110010 110100 110110

Color Harmonies of #C64CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64CB9

Black with #C64CB9

Text Example


Text Example

White with #C64CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64CB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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