Html Css Color HEX #C972B3 Fuchsia

📋 copy color: '#C972B3'

red 201 ◦ green 114 ◦ blue 179

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

Shades of Fuchsia #C972B3

Tints of Fuchsia #C972B3

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.08%

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

R = 40.69%
G = 23.08%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.11

 K value IS 0.21

RGB Variations

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

Color information

#C972B3 (or 0xC972B3) is known color: Fuchsia. HEX triplet: C9, 72 and B3. RGB value is (201,114,179). Sum of RGB (Red+Green+Blue) = 201+114+179=494 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.69% from 494); Green value is 114 (44.92% from 255 or 23.08% from 494); Blue value is 179 (70.31% from 255 or 36.23% from 494); Max value from RGB is 201 - color contains mainly: red. Hex color #C972B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C972B3 is #368D4C. Grayscale: #939393. Windows color (decimal): -3575117 or 11760329. OLE color: 11760329.

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

Color convert

RGB 201 114 179 -
CMYK 0 0.43 0.11 0.21
HSL 315.17º 0.45% 0.62% -
HSV(B) 315.17º 0.43% 0.79% -
XYZ 38.24 27.71 45.98 -
YUV 147.42 145.82 166.21 -
System Red Green Blue C M Y K H S L
Decimal 201 114 179 0 0.43 0.11 0.21 315.17 0.45 0.62
Hex C9 72 B3 0 2B B 15 13B 2D 3E
Octal 311 162 263 0 53 13 25 473 55 76
Binary 11001001 1110010 10110011 0 101011 1011 10101 100111011 101101 111110

Color Harmonies of #C972B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C972B3

Black with #C972B3

Text Example


Text Example

White with #C972B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C972B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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