Html Css Color HEX #C949BD Fuchsia

📋 copy color: '#C949BD'

red 201 ◦ green 73 ◦ blue 189

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

Shades of Fuchsia #C949BD

Tints of Fuchsia #C949BD

RGB

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

 GREEN value IS 73 (28.91% from 255) = 15.77%

 BLUE value IS 189 (74.22% from 255) = 40.82%

R = 43.41%
G = 15.77%
B = 40.82%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#C949BD (or 0xC949BD) is known color: Fuchsia. HEX triplet: C9, 49 and BD. RGB value is (201,73,189). Sum of RGB (Red+Green+Blue) = 201+73+189=463 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.41% from 463); Green value is 73 (28.91% from 255 or 15.77% from 463); Blue value is 189 (74.22% from 255 or 40.82% from 463); Max value from RGB is 201 - color contains mainly: red. Hex color #C949BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C949BD is #36B642. Grayscale: #7C7C7C. Windows color (decimal): -3585603 or 12405193. OLE color: 12405193.

HSL color Cylindrical-coordinate representation of color #C949BD: hue angle of 305.62º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C949BD is Cyan = 0, Magento = 0.64, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 73 189 -
CMYK 0 0.64 0.06 0.21
HSL 305.63º 0.54% 0.54% -
HSV(B) 305.63º 0.64% 0.79% -
XYZ 35.66 20.86 50.29 -
YUV 124.5 164.41 182.57 -
System Red Green Blue C M Y K H S L
Decimal 201 73 189 0 0.64 0.06 0.21 305.63 0.54 0.54
Hex C9 49 BD 0 40 6 15 132 36 36
Octal 311 111 275 0 100 6 25 462 66 66
Binary 11001001 1001001 10111101 0 1000000 110 10101 100110010 110110 110110

Color Harmonies of #C949BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C949BD

Black with #C949BD

Text Example


Text Example

White with #C949BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C949BD; }

 p { color: rgb(201,73,189); }

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

background-color css

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

 a { background-color: rgb(201,73,189); }

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

border-color css

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

 span { border-color: rgb(201,73,189); }

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