Html Css Color HEX #CF49BA Fuchsia

📋 copy color: '#CF49BA'

red 207 ◦ green 73 ◦ blue 186

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

Shades of Fuchsia #CF49BA

Tints of Fuchsia #CF49BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 39.91%

R = 44.42%
G = 15.67%
B = 39.91%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CF49BA (or 0xCF49BA) is known color: Fuchsia. HEX triplet: CF, 49 and BA. RGB value is (207,73,186). Sum of RGB (Red+Green+Blue) = 207+73+186=466 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.42% from 466); Green value is 73 (28.91% from 255 or 15.67% from 466); Blue value is 186 (73.05% from 255 or 39.91% from 466); Max value from RGB is 207 - color contains mainly: red. Hex color #CF49BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF49BA is #30B645. Grayscale: #7D7D7D. Windows color (decimal): -3192390 or 12208591. OLE color: 12208591.

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

Color convert

RGB 207 73 186 -
CMYK 0 0.65 0.10 0.19
HSL 309.4º 0.58% 0.55% -
HSV(B) 309.4º 0.65% 0.81% -
XYZ 36.98 21.58 48.67 -
YUV 125.95 161.89 185.81 -
System Red Green Blue C M Y K H S L
Decimal 207 73 186 0 0.65 0.10 0.19 309.4 0.58 0.55
Hex CF 49 BA 0 41 A 13 135 3A 37
Octal 317 111 272 0 101 12 23 465 72 67
Binary 11001111 1001001 10111010 0 1000001 1010 10011 100110101 111010 110111

Color Harmonies of #CF49BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF49BA

Black with #CF49BA

Text Example


Text Example

White with #CF49BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF49BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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