Html Css Color HEX #C964BA Fuchsia

📋 copy color: '#C964BA'

red 201 ◦ green 100 ◦ blue 186

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

Shades of Fuchsia #C964BA

Tints of Fuchsia #C964BA

RGB

 RED value IS 201 (78.91% from 255) = 41.27%

 GREEN value IS 100 (39.45% from 255) = 20.53%

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

R = 41.27%
G = 20.53%
B = 38.19%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#C964BA (or 0xC964BA) is known color: Fuchsia. HEX triplet: C9, 64 and BA. RGB value is (201,100,186). Sum of RGB (Red+Green+Blue) = 201+100+186=487 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.27% from 487); Green value is 100 (39.45% from 255 or 20.53% from 487); Blue value is 186 (73.05% from 255 or 38.19% from 487); Max value from RGB is 201 - color contains mainly: red. Hex color #C964BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C964BA is #369B45. Grayscale: #8B8B8B. Windows color (decimal): -3578694 or 12215497. OLE color: 12215497.

HSL color Cylindrical-coordinate representation of color #C964BA: hue angle of 308.91º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C964BA is Cyan = 0, Magento = 0.50, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 100 186 -
CMYK 0 0.50 0.07 0.21
HSL 308.91º 0.48% 0.59% -
HSV(B) 308.91º 0.5% 0.79% -
XYZ 37.51 25.08 49.32 -
YUV 140 153.96 171.51 -
System Red Green Blue C M Y K H S L
Decimal 201 100 186 0 0.50 0.07 0.21 308.91 0.48 0.59
Hex C9 64 BA 0 32 7 15 135 30 3B
Octal 311 144 272 0 62 7 25 465 60 73
Binary 11001001 1100100 10111010 0 110010 111 10101 100110101 110000 111011

Color Harmonies of #C964BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C964BA

Black with #C964BA

Text Example


Text Example

White with #C964BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C964BA; }

 p { color: rgb(201,100,186); }

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

background-color css

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

 a { background-color: rgb(201,100,186); }

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

border-color css

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

 span { border-color: rgb(201,100,186); }

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