Html Css Color HEX #CF49C7 Fuchsia

📋 copy color: '#CF49C7'

red 207 ◦ green 73 ◦ blue 199

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

Shades of Fuchsia #CF49C7

Tints of Fuchsia #CF49C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 41.54%

R = 43.22%
G = 15.24%
B = 41.54%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.04

 K value IS 0.19

RGB Variations

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

Color information

#CF49C7 (or 0xCF49C7) is known color: Fuchsia. HEX triplet: CF, 49 and C7. RGB value is (207,73,199). Sum of RGB (Red+Green+Blue) = 207+73+199=479 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.22% from 479); Green value is 73 (28.91% from 255 or 15.24% from 479); Blue value is 199 (78.12% from 255 or 41.54% from 479); Max value from RGB is 207 - color contains mainly: red. Hex color #CF49C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF49C7 is #30B638. Grayscale: #7F7F7F. Windows color (decimal): -3192377 or 13060559. OLE color: 13060559.

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

Color convert

RGB 207 73 199 -
CMYK 0 0.65 0.04 0.19
HSL 303.58º 0.58% 0.55% -
HSV(B) 303.58º 0.65% 0.81% -
XYZ 38.42 22.15 56.28 -
YUV 127.43 168.39 184.75 -
System Red Green Blue C M Y K H S L
Decimal 207 73 199 0 0.65 0.04 0.19 303.58 0.58 0.55
Hex CF 49 C7 0 41 4 13 130 3A 37
Octal 317 111 307 0 101 4 23 460 72 67
Binary 11001111 1001001 11000111 0 1000001 100 10011 100110000 111010 110111

Color Harmonies of #CF49C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF49C7

Black with #CF49C7

Text Example


Text Example

White with #CF49C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF49C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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