Html Css Color HEX #C84CAC Fuchsia

📋 copy color: '#C84CAC'

red 200 ◦ green 76 ◦ blue 172

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

Shades of Fuchsia #C84CAC

Tints of Fuchsia #C84CAC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.96%

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

R = 44.64%
G = 16.96%
B = 38.39%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C84CAC (or 0xC84CAC) is known color: Fuchsia. HEX triplet: C8, 4C and AC. RGB value is (200,76,172). Sum of RGB (Red+Green+Blue) = 200+76+172=448 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.64% from 448); Green value is 76 (30.08% from 255 or 16.96% from 448); Blue value is 172 (67.58% from 255 or 38.39% from 448); Max value from RGB is 200 - color contains mainly: red. Hex color #C84CAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C84CAC is #37B353. Grayscale: #7B7B7B. Windows color (decimal): -3650388 or 11291848. OLE color: 11291848.

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

Color convert

RGB 200 76 172 -
CMYK 0 0.62 0.14 0.22
HSL 313.55º 0.53% 0.54% -
HSV(B) 313.55º 0.62% 0.78% -
XYZ 33.85 20.43 41.19 -
YUV 124.02 155.08 182.19 -
System Red Green Blue C M Y K H S L
Decimal 200 76 172 0 0.62 0.14 0.22 313.55 0.53 0.54
Hex C8 4C AC 0 3E E 16 13A 35 36
Octal 310 114 254 0 76 16 26 472 65 66
Binary 11001000 1001100 10101100 0 111110 1110 10110 100111010 110101 110110

Color Harmonies of #C84CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84CAC

Black with #C84CAC

Text Example


Text Example

White with #C84CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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