Html Css Color HEX #CF49AC Fuchsia

📋 copy color: '#CF49AC'

red 207 ◦ green 73 ◦ blue 172

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

Shades of Fuchsia #CF49AC

Tints of Fuchsia #CF49AC

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.15%

 BLUE value IS 172 (67.58% from 255) = 38.05%

R = 45.8%
G = 16.15%
B = 38.05%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#CF49AC (or 0xCF49AC) is known color: Fuchsia. HEX triplet: CF, 49 and AC. RGB value is (207,73,172). Sum of RGB (Red+Green+Blue) = 207+73+172=452 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.80% from 452); Green value is 73 (28.91% from 255 or 16.15% from 452); Blue value is 172 (67.58% from 255 or 38.05% from 452); Max value from RGB is 207 - color contains mainly: red. Hex color #CF49AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF49AC is #30B653. Grayscale: #7C7C7C. Windows color (decimal): -3192404 or 11291087. OLE color: 11291087.

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

Color convert

RGB 207 73 172 -
CMYK 0 0.65 0.17 0.19
HSL 315.67º 0.58% 0.55% -
HSV(B) 315.67º 0.65% 0.81% -
XYZ 35.56 21.01 41.21 -
YUV 124.35 154.89 186.95 -
System Red Green Blue C M Y K H S L
Decimal 207 73 172 0 0.65 0.17 0.19 315.67 0.58 0.55
Hex CF 49 AC 0 41 11 13 13C 3A 37
Octal 317 111 254 0 101 21 23 474 72 67
Binary 11001111 1001001 10101100 0 1000001 10001 10011 100111100 111010 110111

Color Harmonies of #CF49AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF49AC

Black with #CF49AC

Text Example


Text Example

White with #CF49AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF49AC; }

 p { color: rgb(207,73,172); }

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

background-color css

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

 a { background-color: rgb(207,73,172); }

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

border-color css

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

 span { border-color: rgb(207,73,172); }

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