Html Css Color HEX #C64DBB Fuchsia

📋 copy color: '#C64DBB'

red 198 ◦ green 77 ◦ blue 187

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

Shades of Fuchsia #C64DBB

Tints of Fuchsia #C64DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 40.48%

R = 42.86%
G = 16.67%
B = 40.48%

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

#C64DBB (or 0xC64DBB) is known color: Fuchsia. HEX triplet: C6, 4D and BB. RGB value is (198,77,187). Sum of RGB (Red+Green+Blue) = 198+77+187=462 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.86% from 462); Green value is 77 (30.47% from 255 or 16.67% from 462); Blue value is 187 (73.44% from 255 or 40.48% from 462); Max value from RGB is 198 - color contains mainly: red. Hex color #C64DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C64DBB is #39B244. Grayscale: #7D7D7D. Windows color (decimal): -3781189 or 12275142. OLE color: 12275142.

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

Color convert

RGB 198 77 187 -
CMYK 0 0.61 0.06 0.22
HSL 305.45º 0.51% 0.54% -
HSV(B) 305.45º 0.61% 0.78% -
XYZ 34.91 20.9 49.21 -
YUV 125.72 162.59 179.56 -
System Red Green Blue C M Y K H S L
Decimal 198 77 187 0 0.61 0.06 0.22 305.45 0.51 0.54
Hex C6 4D BB 0 3D 6 16 131 33 36
Octal 306 115 273 0 75 6 26 461 63 66
Binary 11000110 1001101 10111011 0 111101 110 10110 100110001 110011 110110

Color Harmonies of #C64DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64DBB

Black with #C64DBB

Text Example


Text Example

White with #C64DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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