Html Css Color HEX #C64EBA Fuchsia

📋 copy color: '#C64EBA'

red 198 ◦ green 78 ◦ blue 186

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

Shades of Fuchsia #C64EBA

Tints of Fuchsia #C64EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40.26%

R = 42.86%
G = 16.88%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C64EBA (or 0xC64EBA) is known color: Fuchsia. HEX triplet: C6, 4E and BA. RGB value is (198,78,186). Sum of RGB (Red+Green+Blue) = 198+78+186=462 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.86% from 462); Green value is 78 (30.86% from 255 or 16.88% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 198 - color contains mainly: red. Hex color #C64EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C64EBA is #39B145. Grayscale: #7D7D7D. Windows color (decimal): -3780934 or 12209862. OLE color: 12209862.

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

Color convert

RGB 198 78 186 -
CMYK 0 0.61 0.06 0.22
HSL 306º 0.51% 0.54% -
HSV(B) 306º 0.61% 0.78% -
XYZ 34.88 21 48.67 -
YUV 126.19 161.76 179.22 -
System Red Green Blue C M Y K H S L
Decimal 198 78 186 0 0.61 0.06 0.22 306 0.51 0.54
Hex C6 4E BA 0 3D 6 16 132 33 36
Octal 306 116 272 0 75 6 26 462 63 66
Binary 11000110 1001110 10111010 0 111101 110 10110 100110010 110011 110110

Color Harmonies of #C64EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64EBA

Black with #C64EBA

Text Example


Text Example

White with #C64EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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