Html Css Color HEX #C973B7 Fuchsia

📋 copy color: '#C973B7'

red 201 ◦ green 115 ◦ blue 183

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

Shades of Fuchsia #C973B7

Tints of Fuchsia #C973B7

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23.05%

 BLUE value IS 183 (71.88% from 255) = 36.67%

R = 40.28%
G = 23.05%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.09

 K value IS 0.21

RGB Variations

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

Color information

#C973B7 (or 0xC973B7) is known color: Fuchsia. HEX triplet: C9, 73 and B7. RGB value is (201,115,183). Sum of RGB (Red+Green+Blue) = 201+115+183=499 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.28% from 499); Green value is 115 (45.31% from 255 or 23.05% from 499); Blue value is 183 (71.88% from 255 or 36.67% from 499); Max value from RGB is 201 - color contains mainly: red. Hex color #C973B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C973B7 is #368C48. Grayscale: #949494. Windows color (decimal): -3574857 or 12022729. OLE color: 12022729.

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

Color convert

RGB 201 115 183 -
CMYK 0 0.43 0.09 0.21
HSL 312.56º 0.44% 0.62% -
HSV(B) 312.56º 0.43% 0.79% -
XYZ 38.77 28.1 48.18 -
YUV 148.47 147.49 165.47 -
System Red Green Blue C M Y K H S L
Decimal 201 115 183 0 0.43 0.09 0.21 312.56 0.44 0.62
Hex C9 73 B7 0 2B 9 15 139 2C 3E
Octal 311 163 267 0 53 11 25 471 54 76
Binary 11001001 1110011 10110111 0 101011 1001 10101 100111001 101100 111110

Color Harmonies of #C973B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C973B7

Black with #C973B7

Text Example


Text Example

White with #C973B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C973B7; }

 p { color: rgb(201,115,183); }

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

background-color css

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

 a { background-color: rgb(201,115,183); }

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

border-color css

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

 span { border-color: rgb(201,115,183); }

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