Html Css Color HEX #C64BAB Fuchsia

📋 copy color: '#C64BAB'

red 198 ◦ green 75 ◦ blue 171

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

Shades of Fuchsia #C64BAB

Tints of Fuchsia #C64BAB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.89%

 BLUE value IS 171 (67.19% from 255) = 38.51%

R = 44.59%
G = 16.89%
B = 38.51%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C64BAB (or 0xC64BAB) is known color: Fuchsia. HEX triplet: C6, 4B and AB. RGB value is (198,75,171). Sum of RGB (Red+Green+Blue) = 198+75+171=444 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.59% from 444); Green value is 75 (29.69% from 255 or 16.89% from 444); Blue value is 171 (67.19% from 255 or 38.51% from 444); Max value from RGB is 198 - color contains mainly: red. Hex color #C64BAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64BAB is #39B454. Grayscale: #7A7A7A. Windows color (decimal): -3781717 or 11226054. OLE color: 11226054.

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

Color convert

RGB 198 75 171 -
CMYK 0 0.62 0.14 0.22
HSL 313.17º 0.52% 0.54% -
HSV(B) 313.17º 0.62% 0.78% -
XYZ 33.16 19.98 40.64 -
YUV 122.72 155.25 181.69 -
System Red Green Blue C M Y K H S L
Decimal 198 75 171 0 0.62 0.14 0.22 313.17 0.52 0.54
Hex C6 4B AB 0 3E E 16 139 34 36
Octal 306 113 253 0 76 16 26 471 64 66
Binary 11000110 1001011 10101011 0 111110 1110 10110 100111001 110100 110110

Color Harmonies of #C64BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64BAB

Black with #C64BAB

Text Example


Text Example

White with #C64BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64BAB; }

 p { color: rgb(198,75,171); }

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

background-color css

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

 a { background-color: rgb(198,75,171); }

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

border-color css

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

 span { border-color: rgb(198,75,171); }

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