Html Css Color HEX #C949B3 Fuchsia

📋 copy color: '#C949B3'

red 201 ◦ green 73 ◦ blue 179

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

Shades of Fuchsia #C949B3

Tints of Fuchsia #C949B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 39.51%

R = 44.37%
G = 16.11%
B = 39.51%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.11

 K value IS 0.21

RGB Variations

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

Color information

#C949B3 (or 0xC949B3) is known color: Fuchsia. HEX triplet: C9, 49 and B3. RGB value is (201,73,179). Sum of RGB (Red+Green+Blue) = 201+73+179=453 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.37% from 453); Green value is 73 (28.91% from 255 or 16.11% from 453); Blue value is 179 (70.31% from 255 or 39.51% from 453); Max value from RGB is 201 - color contains mainly: red. Hex color #C949B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C949B3 is #36B64C. Grayscale: #7B7B7B. Windows color (decimal): -3585613 or 11749833. OLE color: 11749833.

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

Color convert

RGB 201 73 179 -
CMYK 0 0.64 0.11 0.21
HSL 310.31º 0.54% 0.54% -
HSV(B) 310.31º 0.64% 0.79% -
XYZ 34.61 20.44 44.77 -
YUV 123.36 159.41 183.38 -
System Red Green Blue C M Y K H S L
Decimal 201 73 179 0 0.64 0.11 0.21 310.31 0.54 0.54
Hex C9 49 B3 0 40 B 15 136 36 36
Octal 311 111 263 0 100 13 25 466 66 66
Binary 11001001 1001001 10110011 0 1000000 1011 10101 100110110 110110 110110

Color Harmonies of #C949B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C949B3

Black with #C949B3

Text Example


Text Example

White with #C949B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C949B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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