Html Css Color HEX #C640BA Fuchsia

📋 copy color: '#C640BA'

red 198 ◦ green 64 ◦ blue 186

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

Shades of Fuchsia #C640BA

Tints of Fuchsia #C640BA

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.29%

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

R = 44.2%
G = 14.29%
B = 41.52%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C640BA (or 0xC640BA) is known color: Fuchsia. HEX triplet: C6, 40 and BA. RGB value is (198,64,186). Sum of RGB (Red+Green+Blue) = 198+64+186=448 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.20% from 448); Green value is 64 (25.39% from 255 or 14.29% from 448); Blue value is 186 (73.05% from 255 or 41.52% from 448); Max value from RGB is 198 - color contains mainly: red. Hex color #C640BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C640BA is #39BF45. Grayscale: #757575. Windows color (decimal): -3784518 or 12206278. OLE color: 12206278.

HSL color Cylindrical-coordinate representation of color #C640BA: hue angle of 305.37º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C640BA is Cyan = 0, Magento = 0.68, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 64 186 -
CMYK 0 0.68 0.06 0.22
HSL 305.37º 0.54% 0.51% -
HSV(B) 305.37º 0.68% 0.78% -
XYZ 33.99 19.22 48.37 -
YUV 117.97 166.39 185.08 -
System Red Green Blue C M Y K H S L
Decimal 198 64 186 0 0.68 0.06 0.22 305.37 0.54 0.51
Hex C6 40 BA 0 44 6 16 131 36 33
Octal 306 100 272 0 104 6 26 461 66 63
Binary 11000110 1000000 10111010 0 1000100 110 10110 100110001 110110 110011

Color Harmonies of #C640BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C640BA

Black with #C640BA

Text Example


Text Example

White with #C640BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C640BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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