Html Css Color HEX #C64CBF Fuchsia

📋 copy color: '#C64CBF'

red 198 ◦ green 76 ◦ blue 191

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

Shades of Fuchsia #C64CBF

Tints of Fuchsia #C64CBF

RGB

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

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

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

R = 42.58%
G = 16.34%
B = 41.08%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C64CBF (or 0xC64CBF) is known color: Fuchsia. HEX triplet: C6, 4C and BF. RGB value is (198,76,191). Sum of RGB (Red+Green+Blue) = 198+76+191=465 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.58% from 465); Green value is 76 (30.08% from 255 or 16.34% from 465); Blue value is 191 (75% from 255 or 41.08% from 465); Max value from RGB is 198 - color contains mainly: red. Hex color #C64CBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C64CBF is #39B340. Grayscale: #7D7D7D. Windows color (decimal): -3781441 or 12537030. OLE color: 12537030.

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

Color convert

RGB 198 76 191 -
CMYK 0 0.62 0.04 0.22
HSL 303.44º 0.52% 0.54% -
HSV(B) 303.44º 0.62% 0.78% -
XYZ 35.28 20.94 51.47 -
YUV 125.59 164.92 179.65 -
System Red Green Blue C M Y K H S L
Decimal 198 76 191 0 0.62 0.04 0.22 303.44 0.52 0.54
Hex C6 4C BF 0 3E 4 16 12F 34 36
Octal 306 114 277 0 76 4 26 457 64 66
Binary 11000110 1001100 10111111 0 111110 100 10110 100101111 110100 110110

Color Harmonies of #C64CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64CBF

Black with #C64CBF

Text Example


Text Example

White with #C64CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64CBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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