Html Css Color HEX #CF49B0 Fuchsia

📋 copy color: '#CF49B0'

red 207 ◦ green 73 ◦ blue 176

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

Shades of Fuchsia #CF49B0

Tints of Fuchsia #CF49B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 38.6%

R = 45.39%
G = 16.01%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#CF49B0 (or 0xCF49B0) is known color: Fuchsia. HEX triplet: CF, 49 and B0. RGB value is (207,73,176). Sum of RGB (Red+Green+Blue) = 207+73+176=456 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.39% from 456); Green value is 73 (28.91% from 255 or 16.01% from 456); Blue value is 176 (69.14% from 255 or 38.60% from 456); Max value from RGB is 207 - color contains mainly: red. Hex color #CF49B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF49B0 is #30B64F. Grayscale: #7C7C7C. Windows color (decimal): -3192400 or 11553231. OLE color: 11553231.

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

Color convert

RGB 207 73 176 -
CMYK 0 0.65 0.15 0.19
HSL 313.88º 0.58% 0.55% -
HSV(B) 313.88º 0.65% 0.81% -
XYZ 35.95 21.17 43.26 -
YUV 124.81 156.89 186.62 -
System Red Green Blue C M Y K H S L
Decimal 207 73 176 0 0.65 0.15 0.19 313.88 0.58 0.55
Hex CF 49 B0 0 41 F 13 13A 3A 37
Octal 317 111 260 0 101 17 23 472 72 67
Binary 11001111 1001001 10110000 0 1000001 1111 10011 100111010 111010 110111

Color Harmonies of #CF49B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF49B0

Black with #CF49B0

Text Example


Text Example

White with #CF49B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF49B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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