Html Css Color HEX #C949BA Fuchsia

📋 copy color: '#C949BA'

red 201 ◦ green 73 ◦ blue 186

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

Shades of Fuchsia #C949BA

Tints of Fuchsia #C949BA

RGB

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

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

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

R = 43.7%
G = 15.87%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#C949BA (or 0xC949BA) is known color: Fuchsia. HEX triplet: C9, 49 and BA. RGB value is (201,73,186). Sum of RGB (Red+Green+Blue) = 201+73+186=460 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.70% from 460); Green value is 73 (28.91% from 255 or 15.87% from 460); Blue value is 186 (73.05% from 255 or 40.43% from 460); Max value from RGB is 201 - color contains mainly: red. Hex color #C949BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C949BA is #36B645. Grayscale: #7B7B7B. Windows color (decimal): -3585606 or 12208585. OLE color: 12208585.

HSL color Cylindrical-coordinate representation of color #C949BA: hue angle of 307.03º 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 #C949BA is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 73 186 -
CMYK 0 0.64 0.07 0.21
HSL 307.03º 0.54% 0.54% -
HSV(B) 307.03º 0.64% 0.79% -
XYZ 35.33 20.73 48.59 -
YUV 124.15 162.91 182.81 -
System Red Green Blue C M Y K H S L
Decimal 201 73 186 0 0.64 0.07 0.21 307.03 0.54 0.54
Hex C9 49 BA 0 40 7 15 133 36 36
Octal 311 111 272 0 100 7 25 463 66 66
Binary 11001001 1001001 10111010 0 1000000 111 10101 100110011 110110 110110

Color Harmonies of #C949BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C949BA

Black with #C949BA

Text Example


Text Example

White with #C949BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C949BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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