Html Css Color HEX #C972B8 Fuchsia

📋 copy color: '#C972B8'

red 201 ◦ green 114 ◦ blue 184

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

Shades of Fuchsia #C972B8

Tints of Fuchsia #C972B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 36.87%

R = 40.28%
G = 22.85%
B = 36.87%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#C972B8 (or 0xC972B8) is known color: Fuchsia. HEX triplet: C9, 72 and B8. RGB value is (201,114,184). Sum of RGB (Red+Green+Blue) = 201+114+184=499 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.28% from 499); Green value is 114 (44.92% from 255 or 22.85% from 499); Blue value is 184 (72.27% from 255 or 36.87% from 499); Max value from RGB is 201 - color contains mainly: red. Hex color #C972B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C972B8 is #368D47. Grayscale: #939393. Windows color (decimal): -3575112 or 12088009. OLE color: 12088009.

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

Color convert

RGB 201 114 184 -
CMYK 0 0.43 0.08 0.21
HSL 311.72º 0.45% 0.62% -
HSV(B) 311.72º 0.43% 0.79% -
XYZ 38.76 27.91 48.69 -
YUV 147.99 148.32 165.81 -
System Red Green Blue C M Y K H S L
Decimal 201 114 184 0 0.43 0.08 0.21 311.72 0.45 0.62
Hex C9 72 B8 0 2B 8 15 138 2D 3E
Octal 311 162 270 0 53 10 25 470 55 76
Binary 11001001 1110010 10111000 0 101011 1000 10101 100111000 101101 111110

Color Harmonies of #C972B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C972B8

Black with #C972B8

Text Example


Text Example

White with #C972B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C972B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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