Html Css Color HEX #C84AC0 Fuchsia

📋 copy color: '#C84AC0'

red 200 ◦ green 74 ◦ blue 192

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

Shades of Fuchsia #C84AC0

Tints of Fuchsia #C84AC0

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.88%

 BLUE value IS 192 (75.39% from 255) = 41.2%

R = 42.92%
G = 15.88%
B = 41.2%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C84AC0 (or 0xC84AC0) is known color: Fuchsia. HEX triplet: C8, 4A and C0. RGB value is (200,74,192). Sum of RGB (Red+Green+Blue) = 200+74+192=466 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.92% from 466); Green value is 74 (29.30% from 255 or 15.88% from 466); Blue value is 192 (75.39% from 255 or 41.20% from 466); Max value from RGB is 200 - color contains mainly: red. Hex color #C84AC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C84AC0 is #37B53F. Grayscale: #7C7C7C. Windows color (decimal): -3650880 or 12602056. OLE color: 12602056.

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

Color convert

RGB 200 74 192 -
CMYK 0 0.63 0.04 0.22
HSL 303.81º 0.53% 0.54% -
HSV(B) 303.81º 0.63% 0.78% -
XYZ 35.78 20.98 52.03 -
YUV 125.13 165.74 181.41 -
System Red Green Blue C M Y K H S L
Decimal 200 74 192 0 0.63 0.04 0.22 303.81 0.53 0.54
Hex C8 4A C0 0 3F 4 16 130 35 36
Octal 310 112 300 0 77 4 26 460 65 66
Binary 11001000 1001010 11000000 0 111111 100 10110 100110000 110101 110110

Color Harmonies of #C84AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84AC0

Black with #C84AC0

Text Example


Text Example

White with #C84AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84AC0; }

 p { color: rgb(200,74,192); }

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

background-color css

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

 a { background-color: rgb(200,74,192); }

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

border-color css

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

 span { border-color: rgb(200,74,192); }

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