Html Css Color HEX #C849C1 Fuchsia

📋 copy color: '#C849C1'

red 200 ◦ green 73 ◦ blue 193

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

Shades of Fuchsia #C849C1

Tints of Fuchsia #C849C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 41.42%

R = 42.92%
G = 15.67%
B = 41.42%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C849C1 (or 0xC849C1) is known color: Fuchsia. HEX triplet: C8, 49 and C1. RGB value is (200,73,193). Sum of RGB (Red+Green+Blue) = 200+73+193=466 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.92% from 466); Green value is 73 (28.91% from 255 or 15.67% from 466); Blue value is 193 (75.78% from 255 or 41.42% from 466); Max value from RGB is 200 - color contains mainly: red. Hex color #C849C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C849C1 is #37B63E. Grayscale: #7C7C7C. Windows color (decimal): -3651135 or 12667336. OLE color: 12667336.

HSL color Cylindrical-coordinate representation of color #C849C1: hue angle of 303.31º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C849C1 is Cyan = 0, Magento = 0.64, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 73 193 -
CMYK 0 0.64 0.04 0.22
HSL 303.31º 0.54% 0.54% -
HSV(B) 303.31º 0.64% 0.78% -
XYZ 35.83 20.89 52.6 -
YUV 124.65 166.58 181.74 -
System Red Green Blue C M Y K H S L
Decimal 200 73 193 0 0.64 0.04 0.22 303.31 0.54 0.54
Hex C8 49 C1 0 40 4 16 12F 36 36
Octal 310 111 301 0 100 4 26 457 66 66
Binary 11001000 1001001 11000001 0 1000000 100 10110 100101111 110110 110110

Color Harmonies of #C849C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C849C1

Black with #C849C1

Text Example


Text Example

White with #C849C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C849C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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