Html Css Color HEX #C842AA Fuchsia

📋 copy color: '#C842AA'

red 200 ◦ green 66 ◦ blue 170

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

Shades of Fuchsia #C842AA

Tints of Fuchsia #C842AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 38.99%

R = 45.87%
G = 15.14%
B = 38.99%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#C842AA (or 0xC842AA) is known color: Fuchsia. HEX triplet: C8, 42 and AA. RGB value is (200,66,170). Sum of RGB (Red+Green+Blue) = 200+66+170=436 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.87% from 436); Green value is 66 (26.17% from 255 or 15.14% from 436); Blue value is 170 (66.80% from 255 or 38.99% from 436); Max value from RGB is 200 - color contains mainly: red. Hex color #C842AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C842AA is #37BD55. Grayscale: #757575. Windows color (decimal): -3652950 or 11158216. OLE color: 11158216.

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

Color convert

RGB 200 66 170 -
CMYK 0 0.67 0.15 0.22
HSL 313.43º 0.55% 0.52% -
HSV(B) 313.43º 0.67% 0.78% -
XYZ 33.02 19.08 39.97 -
YUV 117.92 157.39 186.54 -
System Red Green Blue C M Y K H S L
Decimal 200 66 170 0 0.67 0.15 0.22 313.43 0.55 0.52
Hex C8 42 AA 0 43 F 16 139 37 34
Octal 310 102 252 0 103 17 26 471 67 64
Binary 11001000 1000010 10101010 0 1000011 1111 10110 100111001 110111 110100

Color Harmonies of #C842AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C842AA

Black with #C842AA

Text Example


Text Example

White with #C842AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C842AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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