Html Css Color HEX #C849CF Fuchsia

📋 copy color: '#C849CF'

red 200 ◦ green 73 ◦ blue 207

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

Shades of Fuchsia #C849CF

Tints of Fuchsia #C849CF

RGB

 RED value IS 200 (78.52% from 255) = 41.67%

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

 BLUE value IS 207 (81.25% from 255) = 43.13%

R = 41.67%
G = 15.21%
B = 43.13%

CMYK

 C value IS 0.03

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C849CF (or 0xC849CF) is known color: Fuchsia. HEX triplet: C8, 49 and CF. RGB value is (200,73,207). Sum of RGB (Red+Green+Blue) = 200+73+207=480 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.67% from 480); Green value is 73 (28.91% from 255 or 15.21% from 480); Blue value is 207 (81.25% from 255 or 43.12% from 480); Max value from RGB is 207 - color contains mainly: blue. Hex color #C849CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C849CF is #37B630. Grayscale: #7D7D7D. Windows color (decimal): -3651121 or 13584840. OLE color: 13584840.

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

Color convert

RGB 200 73 207 -
CMYK 0.03 0.65 0 0.19
HSL 296.87º 0.58% 0.55% -
HSV(B) 296.87º 0.65% 0.81% -
XYZ 37.46 21.55 61.22 -
YUV 126.25 173.58 180.6 -
System Red Green Blue C M Y K H S L
Decimal 200 73 207 0.03 0.65 0 0.19 296.87 0.58 0.55
Hex C8 49 CF 3 41 0 13 129 3A 37
Octal 310 111 317 3 101 0 23 451 72 67
Binary 11001000 1001001 11001111 11 1000001 0 10011 100101001 111010 110111

Color Harmonies of #C849CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C849CF

Black with #C849CF

Text Example


Text Example

White with #C849CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C849CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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