Html Css Color HEX #C846AF Fuchsia

📋 copy color: '#C846AF'

red 200 ◦ green 70 ◦ blue 175

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

Shades of Fuchsia #C846AF

Tints of Fuchsia #C846AF

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.73%

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

R = 44.94%
G = 15.73%
B = 39.33%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C846AF (or 0xC846AF) is known color: Fuchsia. HEX triplet: C8, 46 and AF. RGB value is (200,70,175). Sum of RGB (Red+Green+Blue) = 200+70+175=445 (58% of max value = 765). Red value is 200 (78.52% from 255 or 44.94% from 445); Green value is 70 (27.73% from 255 or 15.73% from 445); Blue value is 175 (68.75% from 255 or 39.33% from 445); Max value from RGB is 200 - color contains mainly: red. Hex color #C846AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C846AF is #37B950. Grayscale: #787878. Windows color (decimal): -3651921 or 11486920. OLE color: 11486920.

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

Color convert

RGB 200 70 175 -
CMYK 0 0.65 0.12 0.22
HSL 311.54º 0.54% 0.53% -
HSV(B) 311.54º 0.65% 0.78% -
XYZ 33.75 19.75 42.59 -
YUV 120.84 158.57 184.46 -
System Red Green Blue C M Y K H S L
Decimal 200 70 175 0 0.65 0.12 0.22 311.54 0.54 0.53
Hex C8 46 AF 0 41 C 16 138 36 35
Octal 310 106 257 0 101 14 26 470 66 65
Binary 11001000 1000110 10101111 0 1000001 1100 10110 100111000 110110 110101

Color Harmonies of #C846AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C846AF

Black with #C846AF

Text Example


Text Example

White with #C846AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C846AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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