Html Css Color HEX #C64EBF Fuchsia

📋 copy color: '#C64EBF'

red 198 ◦ green 78 ◦ blue 191

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

Shades of Fuchsia #C64EBF

Tints of Fuchsia #C64EBF

RGB

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

 GREEN value IS 78 (30.86% from 255) = 16.7%

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

R = 42.4%
G = 16.7%
B = 40.9%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C64EBF (or 0xC64EBF) is known color: Fuchsia. HEX triplet: C6, 4E and BF. RGB value is (198,78,191). Sum of RGB (Red+Green+Blue) = 198+78+191=467 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.40% from 467); Green value is 78 (30.86% from 255 or 16.70% from 467); Blue value is 191 (75% from 255 or 40.90% from 467); Max value from RGB is 198 - color contains mainly: red. Hex color #C64EBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C64EBF is #39B140. Grayscale: #7E7E7E. Windows color (decimal): -3780929 or 12537542. OLE color: 12537542.

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

Color convert

RGB 198 78 191 -
CMYK 0 0.61 0.04 0.22
HSL 303.5º 0.51% 0.54% -
HSV(B) 303.5º 0.61% 0.78% -
XYZ 35.42 21.22 51.52 -
YUV 126.76 164.26 178.81 -
System Red Green Blue C M Y K H S L
Decimal 198 78 191 0 0.61 0.04 0.22 303.5 0.51 0.54
Hex C6 4E BF 0 3D 4 16 130 33 36
Octal 306 116 277 0 75 4 26 460 63 66
Binary 11000110 1001110 10111111 0 111101 100 10110 100110000 110011 110110

Color Harmonies of #C64EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64EBF

Black with #C64EBF

Text Example


Text Example

White with #C64EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64EBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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