Html Css Color HEX #CF48AC Fuchsia

📋 copy color: '#CF48AC'

red 207 ◦ green 72 ◦ blue 172

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

Shades of Fuchsia #CF48AC

Tints of Fuchsia #CF48AC

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.96%

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

R = 45.9%
G = 15.96%
B = 38.14%

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

#CF48AC (or 0xCF48AC) is known color: Fuchsia. HEX triplet: CF, 48 and AC. RGB value is (207,72,172). Sum of RGB (Red+Green+Blue) = 207+72+172=451 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.90% from 451); Green value is 72 (28.52% from 255 or 15.96% from 451); Blue value is 172 (67.58% from 255 or 38.14% from 451); Max value from RGB is 207 - color contains mainly: red. Hex color #CF48AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF48AC is #30B753. Grayscale: #7B7B7B. Windows color (decimal): -3192660 or 11290831. OLE color: 11290831.

HSL color Cylindrical-coordinate representation of color #CF48AC: hue angle of 315.56º 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 #CF48AC is Cyan = 0, Magento = 0.65, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 72 172 -
CMYK 0 0.65 0.17 0.19
HSL 315.56º 0.58% 0.55% -
HSV(B) 315.56º 0.65% 0.81% -
XYZ 35.5 20.88 41.19 -
YUV 123.77 155.23 187.37 -
System Red Green Blue C M Y K H S L
Decimal 207 72 172 0 0.65 0.17 0.19 315.56 0.58 0.55
Hex CF 48 AC 0 41 11 13 13C 3A 37
Octal 317 110 254 0 101 21 23 474 72 67
Binary 11001111 1001000 10101100 0 1000001 10001 10011 100111100 111010 110111

Color Harmonies of #CF48AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF48AC

Black with #CF48AC

Text Example


Text Example

White with #CF48AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF48AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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