Html Css Color HEX #C849BC Fuchsia

📋 copy color: '#C849BC'

red 200 ◦ green 73 ◦ blue 188

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

Shades of Fuchsia #C849BC

Tints of Fuchsia #C849BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40.78%

R = 43.38%
G = 15.84%
B = 40.78%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C849BC (or 0xC849BC) is known color: Fuchsia. HEX triplet: C8, 49 and BC. RGB value is (200,73,188). Sum of RGB (Red+Green+Blue) = 200+73+188=461 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.38% from 461); Green value is 73 (28.91% from 255 or 15.84% from 461); Blue value is 188 (73.83% from 255 or 40.78% from 461); Max value from RGB is 200 - color contains mainly: red. Hex color #C849BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C849BC is #37B643. Grayscale: #7B7B7B. Windows color (decimal): -3651140 or 12339656. OLE color: 12339656.

HSL color Cylindrical-coordinate representation of color #C849BC: hue angle of 305.67º 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 #C849BC is Cyan = 0, Magento = 0.64, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 73 188 -
CMYK 0 0.64 0.06 0.22
HSL 305.67º 0.54% 0.54% -
HSV(B) 305.67º 0.64% 0.78% -
XYZ 35.28 20.68 49.71 -
YUV 124.08 164.08 182.15 -
System Red Green Blue C M Y K H S L
Decimal 200 73 188 0 0.64 0.06 0.22 305.67 0.54 0.54
Hex C8 49 BC 0 40 6 16 132 36 36
Octal 310 111 274 0 100 6 26 462 66 66
Binary 11001000 1001001 10111100 0 1000000 110 10110 100110010 110110 110110

Color Harmonies of #C849BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C849BC

Black with #C849BC

Text Example


Text Example

White with #C849BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C849BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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