Html Css Color HEX #C64DBA Fuchsia

📋 copy color: '#C64DBA'

red 198 ◦ green 77 ◦ blue 186

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

Shades of Fuchsia #C64DBA

Tints of Fuchsia #C64DBA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.7%

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

R = 42.95%
G = 16.7%
B = 40.35%

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

#C64DBA (or 0xC64DBA) is known color: Fuchsia. HEX triplet: C6, 4D and BA. RGB value is (198,77,186). Sum of RGB (Red+Green+Blue) = 198+77+186=461 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.95% from 461); Green value is 77 (30.47% from 255 or 16.70% from 461); Blue value is 186 (73.05% from 255 or 40.35% from 461); Max value from RGB is 198 - color contains mainly: red. Hex color #C64DBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C64DBA is #39B245. Grayscale: #7D7D7D. Windows color (decimal): -3781190 or 12209606. OLE color: 12209606.

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

Color convert

RGB 198 77 186 -
CMYK 0 0.61 0.06 0.22
HSL 305.95º 0.51% 0.54% -
HSV(B) 305.95º 0.61% 0.78% -
XYZ 34.81 20.86 48.65 -
YUV 125.61 162.09 179.64 -
System Red Green Blue C M Y K H S L
Decimal 198 77 186 0 0.61 0.06 0.22 305.95 0.51 0.54
Hex C6 4D BA 0 3D 6 16 132 33 36
Octal 306 115 272 0 75 6 26 462 63 66
Binary 11000110 1001101 10111010 0 111101 110 10110 100110010 110011 110110

Color Harmonies of #C64DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64DBA

Black with #C64DBA

Text Example


Text Example

White with #C64DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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