Html Css Color HEX #C975B3 Fuchsia

📋 copy color: '#C975B3'

red 201 ◦ green 117 ◦ blue 179

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

Shades of Fuchsia #C975B3

Tints of Fuchsia #C975B3

RGB

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

 GREEN value IS 117 (46.09% from 255) = 23.54%

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

R = 40.44%
G = 23.54%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.11

 K value IS 0.21

RGB Variations

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

Color information

#C975B3 (or 0xC975B3) is known color: Fuchsia. HEX triplet: C9, 75 and B3. RGB value is (201,117,179). Sum of RGB (Red+Green+Blue) = 201+117+179=497 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.44% from 497); Green value is 117 (46.09% from 255 or 23.54% from 497); Blue value is 179 (70.31% from 255 or 36.02% from 497); Max value from RGB is 201 - color contains mainly: red. Hex color #C975B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C975B3 is #368A4C. Grayscale: #959595. Windows color (decimal): -3574349 or 11761097. OLE color: 11761097.

HSL color Cylindrical-coordinate representation of color #C975B3: hue angle of 315.71º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C975B3 is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 117 179 -
CMYK 0 0.42 0.11 0.21
HSL 315.71º 0.44% 0.62% -
HSV(B) 315.71º 0.42% 0.79% -
XYZ 38.59 28.39 46.09 -
YUV 149.18 144.83 164.96 -
System Red Green Blue C M Y K H S L
Decimal 201 117 179 0 0.42 0.11 0.21 315.71 0.44 0.62
Hex C9 75 B3 0 2A B 15 13C 2C 3E
Octal 311 165 263 0 52 13 25 474 54 76
Binary 11001001 1110101 10110011 0 101010 1011 10101 100111100 101100 111110

Color Harmonies of #C975B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C975B3

Black with #C975B3

Text Example


Text Example

White with #C975B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C975B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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