Html Css Color HEX #CF59AF Fuchsia

📋 copy color: '#CF59AF'

red 207 ◦ green 89 ◦ blue 175

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

Shades of Fuchsia #CF59AF

Tints of Fuchsia #CF59AF

RGB

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

 GREEN value IS 89 (35.16% from 255) = 18.9%

 BLUE value IS 175 (68.75% from 255) = 37.15%

R = 43.95%
G = 18.9%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#CF59AF (or 0xCF59AF) is known color: Fuchsia. HEX triplet: CF, 59 and AF. RGB value is (207,89,175). Sum of RGB (Red+Green+Blue) = 207+89+175=471 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.95% from 471); Green value is 89 (35.16% from 255 or 18.90% from 471); Blue value is 175 (68.75% from 255 or 37.15% from 471); Max value from RGB is 207 - color contains mainly: red. Hex color #CF59AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF59AF is #30A650. Grayscale: #858585. Windows color (decimal): -3188305 or 11491791. OLE color: 11491791.

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

Color convert

RGB 207 89 175 -
CMYK 0 0.57 0.15 0.19
HSL 316.27º 0.55% 0.58% -
HSV(B) 316.27º 0.57% 0.81% -
XYZ 37.04 23.51 43.14 -
YUV 134.09 151.09 180.01 -
System Red Green Blue C M Y K H S L
Decimal 207 89 175 0 0.57 0.15 0.19 316.27 0.55 0.58
Hex CF 59 AF 0 39 F 13 13C 37 3A
Octal 317 131 257 0 71 17 23 474 67 72
Binary 11001111 1011001 10101111 0 111001 1111 10011 100111100 110111 111010

Color Harmonies of #CF59AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF59AF

Black with #CF59AF

Text Example


Text Example

White with #CF59AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF59AF; }

 p { color: rgb(207,89,175); }

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

background-color css

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

 a { background-color: rgb(207,89,175); }

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

border-color css

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

 span { border-color: rgb(207,89,175); }

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