Html Css Color HEX #CF56AD Fuchsia

📋 copy color: '#CF56AD'

red 207 ◦ green 86 ◦ blue 173

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

Shades of Fuchsia #CF56AD

Tints of Fuchsia #CF56AD

RGB

 RED value IS 207 (81.25% from 255) = 44.42%

 GREEN value IS 86 (33.98% from 255) = 18.45%

 BLUE value IS 173 (67.97% from 255) = 37.12%

R = 44.42%
G = 18.45%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#CF56AD (or 0xCF56AD) is known color: Fuchsia. HEX triplet: CF, 56 and AD. RGB value is (207,86,173). Sum of RGB (Red+Green+Blue) = 207+86+173=466 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.42% from 466); Green value is 86 (33.98% from 255 or 18.45% from 466); Blue value is 173 (67.97% from 255 or 37.12% from 466); Max value from RGB is 207 - color contains mainly: red. Hex color #CF56AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF56AD is #30A952. Grayscale: #838383. Windows color (decimal): -3189075 or 11359951. OLE color: 11359951.

HSL color Cylindrical-coordinate representation of color #CF56AD: hue angle of 316.86º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CF56AD is Cyan = 0, Magento = 0.58, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 86 173 -
CMYK 0 0.58 0.16 0.19
HSL 316.86º 0.56% 0.57% -
HSV(B) 316.86º 0.58% 0.81% -
XYZ 36.6 22.94 42.03 -
YUV 132.1 151.09 181.43 -
System Red Green Blue C M Y K H S L
Decimal 207 86 173 0 0.58 0.16 0.19 316.86 0.56 0.57
Hex CF 56 AD 0 3A 10 13 13D 38 39
Octal 317 126 255 0 72 20 23 475 70 71
Binary 11001111 1010110 10101101 0 111010 10000 10011 100111101 111000 111001

Color Harmonies of #CF56AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF56AD

Black with #CF56AD

Text Example


Text Example

White with #CF56AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF56AD; }

 p { color: rgb(207,86,173); }

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

background-color css

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

 a { background-color: rgb(207,86,173); }

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

border-color css

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

 span { border-color: rgb(207,86,173); }

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