Html Css Color HEX #C84AB6 Fuchsia

📋 copy color: '#C84AB6'

red 200 ◦ green 74 ◦ blue 182

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

Shades of Fuchsia #C84AB6

Tints of Fuchsia #C84AB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 39.91%

R = 43.86%
G = 16.23%
B = 39.91%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.09

 K value IS 0.22

RGB Variations

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

Color information

#C84AB6 (or 0xC84AB6) is known color: Fuchsia. HEX triplet: C8, 4A and B6. RGB value is (200,74,182). Sum of RGB (Red+Green+Blue) = 200+74+182=456 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.86% from 456); Green value is 74 (29.30% from 255 or 16.23% from 456); Blue value is 182 (71.48% from 255 or 39.91% from 456); Max value from RGB is 200 - color contains mainly: red. Hex color #C84AB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C84AB6 is #37B549. Grayscale: #7B7B7B. Windows color (decimal): -3650890 or 11946696. OLE color: 11946696.

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

Color convert

RGB 200 74 182 -
CMYK 0 0.63 0.09 0.22
HSL 308.57º 0.53% 0.54% -
HSV(B) 308.57º 0.63% 0.78% -
XYZ 34.71 20.55 46.39 -
YUV 123.99 160.74 182.22 -
System Red Green Blue C M Y K H S L
Decimal 200 74 182 0 0.63 0.09 0.22 308.57 0.53 0.54
Hex C8 4A B6 0 3F 9 16 135 35 36
Octal 310 112 266 0 77 11 26 465 65 66
Binary 11001000 1001010 10110110 0 111111 1001 10110 100110101 110101 110110

Color Harmonies of #C84AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84AB6

Black with #C84AB6

Text Example


Text Example

White with #C84AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84AB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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