Html Css Color HEX #CF49B1 Fuchsia

📋 copy color: '#CF49B1'

red 207 ◦ green 73 ◦ blue 177

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

Shades of Fuchsia #CF49B1

Tints of Fuchsia #CF49B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 38.73%

R = 45.3%
G = 15.97%
B = 38.73%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#CF49B1 (or 0xCF49B1) is known color: Fuchsia. HEX triplet: CF, 49 and B1. RGB value is (207,73,177). Sum of RGB (Red+Green+Blue) = 207+73+177=457 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.30% from 457); Green value is 73 (28.91% from 255 or 15.97% from 457); Blue value is 177 (69.53% from 255 or 38.73% from 457); Max value from RGB is 207 - color contains mainly: red. Hex color #CF49B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF49B1 is #30B64E. Grayscale: #7C7C7C. Windows color (decimal): -3192399 or 11618767. OLE color: 11618767.

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

Color convert

RGB 207 73 177 -
CMYK 0 0.65 0.14 0.19
HSL 313.43º 0.58% 0.55% -
HSV(B) 313.43º 0.65% 0.81% -
XYZ 36.05 21.2 43.79 -
YUV 124.92 157.39 186.54 -
System Red Green Blue C M Y K H S L
Decimal 207 73 177 0 0.65 0.14 0.19 313.43 0.58 0.55
Hex CF 49 B1 0 41 E 13 139 3A 37
Octal 317 111 261 0 101 16 23 471 72 67
Binary 11001111 1001001 10110001 0 1000001 1110 10011 100111001 111010 110111

Color Harmonies of #CF49B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF49B1

Black with #CF49B1

Text Example


Text Example

White with #CF49B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF49B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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