Html Css Color HEX #C64CAF Fuchsia

📋 copy color: '#C64CAF'

red 198 ◦ green 76 ◦ blue 175

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

Shades of Fuchsia #C64CAF

Tints of Fuchsia #C64CAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 38.98%

R = 44.1%
G = 16.93%
B = 38.98%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C64CAF (or 0xC64CAF) is known color: Fuchsia. HEX triplet: C6, 4C and AF. RGB value is (198,76,175). Sum of RGB (Red+Green+Blue) = 198+76+175=449 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.10% from 449); Green value is 76 (30.08% from 255 or 16.93% from 449); Blue value is 175 (68.75% from 255 or 38.98% from 449); Max value from RGB is 198 - color contains mainly: red. Hex color #C64CAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64CAF is #39B350. Grayscale: #7B7B7B. Windows color (decimal): -3781457 or 11488454. OLE color: 11488454.

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

Color convert

RGB 198 76 175 -
CMYK 0 0.62 0.12 0.22
HSL 311.31º 0.52% 0.54% -
HSV(B) 311.31º 0.62% 0.78% -
XYZ 33.61 20.27 42.7 -
YUV 123.76 156.92 180.95 -
System Red Green Blue C M Y K H S L
Decimal 198 76 175 0 0.62 0.12 0.22 311.31 0.52 0.54
Hex C6 4C AF 0 3E C 16 137 34 36
Octal 306 114 257 0 76 14 26 467 64 66
Binary 11000110 1001100 10101111 0 111110 1100 10110 100110111 110100 110110

Color Harmonies of #C64CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64CAF

Black with #C64CAF

Text Example


Text Example

White with #C64CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64CAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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