Html Css Color HEX #C842AC Fuchsia

📋 copy color: '#C842AC'

red 200 ◦ green 66 ◦ blue 172

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

Shades of Fuchsia #C842AC

Tints of Fuchsia #C842AC

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.07%

 BLUE value IS 172 (67.58% from 255) = 39.27%

R = 45.66%
G = 15.07%
B = 39.27%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C842AC (or 0xC842AC) is known color: Fuchsia. HEX triplet: C8, 42 and AC. RGB value is (200,66,172). Sum of RGB (Red+Green+Blue) = 200+66+172=438 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.66% from 438); Green value is 66 (26.17% from 255 or 15.07% from 438); Blue value is 172 (67.58% from 255 or 39.27% from 438); Max value from RGB is 200 - color contains mainly: red. Hex color #C842AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C842AC is #37BD53. Grayscale: #757575. Windows color (decimal): -3652948 or 11289288. OLE color: 11289288.

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

Color convert

RGB 200 66 172 -
CMYK 0 0.67 0.14 0.22
HSL 312.54º 0.55% 0.52% -
HSV(B) 312.54º 0.67% 0.78% -
XYZ 33.21 19.15 40.98 -
YUV 118.15 158.39 186.38 -
System Red Green Blue C M Y K H S L
Decimal 200 66 172 0 0.67 0.14 0.22 312.54 0.55 0.52
Hex C8 42 AC 0 43 E 16 139 37 34
Octal 310 102 254 0 103 16 26 471 67 64
Binary 11001000 1000010 10101100 0 1000011 1110 10110 100111001 110111 110100

Color Harmonies of #C842AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C842AC

Black with #C842AC

Text Example


Text Example

White with #C842AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C842AC; }

 p { color: rgb(200,66,172); }

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

background-color css

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

 a { background-color: rgb(200,66,172); }

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

border-color css

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

 span { border-color: rgb(200,66,172); }

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