Html Css Color HEX #C844AF Fuchsia

📋 copy color: '#C844AF'

red 200 ◦ green 68 ◦ blue 175

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

Shades of Fuchsia #C844AF

Tints of Fuchsia #C844AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 39.5%

R = 45.15%
G = 15.35%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C844AF (or 0xC844AF) is known color: Fuchsia. HEX triplet: C8, 44 and AF. RGB value is (200,68,175). Sum of RGB (Red+Green+Blue) = 200+68+175=443 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.15% from 443); Green value is 68 (26.95% from 255 or 15.35% from 443); Blue value is 175 (68.75% from 255 or 39.50% from 443); Max value from RGB is 200 - color contains mainly: red. Hex color #C844AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C844AF is #37BB50. Grayscale: #777777. Windows color (decimal): -3652433 or 11486408. OLE color: 11486408.

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

Color convert

RGB 200 68 175 -
CMYK 0 0.66 0.12 0.22
HSL 311.36º 0.55% 0.53% -
HSV(B) 311.36º 0.66% 0.78% -
XYZ 33.62 19.51 42.55 -
YUV 119.67 159.23 185.3 -
System Red Green Blue C M Y K H S L
Decimal 200 68 175 0 0.66 0.12 0.22 311.36 0.55 0.53
Hex C8 44 AF 0 42 C 16 137 37 35
Octal 310 104 257 0 102 14 26 467 67 65
Binary 11001000 1000100 10101111 0 1000010 1100 10110 100110111 110111 110101

Color Harmonies of #C844AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C844AF

Black with #C844AF

Text Example


Text Example

White with #C844AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C844AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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