Html Css Color HEX #C844AD Fuchsia

📋 copy color: '#C844AD'

red 200 ◦ green 68 ◦ blue 173

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

Shades of Fuchsia #C844AD

Tints of Fuchsia #C844AD

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.42%

 BLUE value IS 173 (67.97% from 255) = 39.23%

R = 45.35%
G = 15.42%
B = 39.23%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C844AD (or 0xC844AD) is known color: Fuchsia. HEX triplet: C8, 44 and AD. RGB value is (200,68,173). Sum of RGB (Red+Green+Blue) = 200+68+173=441 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.35% from 441); Green value is 68 (26.95% from 255 or 15.42% from 441); Blue value is 173 (67.97% from 255 or 39.23% from 441); Max value from RGB is 200 - color contains mainly: red. Hex color #C844AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C844AD is #37BB52. Grayscale: #777777. Windows color (decimal): -3652435 or 11355336. OLE color: 11355336.

HSL color Cylindrical-coordinate representation of color #C844AD: hue angle of 312.27º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C844AD is Cyan = 0, Magento = 0.66, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 68 173 -
CMYK 0 0.66 0.14 0.22
HSL 312.27º 0.55% 0.53% -
HSV(B) 312.27º 0.66% 0.78% -
XYZ 33.43 19.43 41.52 -
YUV 119.44 158.23 185.46 -
System Red Green Blue C M Y K H S L
Decimal 200 68 173 0 0.66 0.14 0.22 312.27 0.55 0.53
Hex C8 44 AD 0 42 E 16 138 37 35
Octal 310 104 255 0 102 16 26 470 67 65
Binary 11001000 1000100 10101101 0 1000010 1110 10110 100111000 110111 110101

Color Harmonies of #C844AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C844AD

Black with #C844AD

Text Example


Text Example

White with #C844AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C844AD; }

 p { color: rgb(200,68,173); }

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

background-color css

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

 a { background-color: rgb(200,68,173); }

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

border-color css

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

 span { border-color: rgb(200,68,173); }

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