Html Css Color HEX #C84BAA Fuchsia

📋 copy color: '#C84BAA'

red 200 ◦ green 75 ◦ blue 170

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

Shades of Fuchsia #C84BAA

Tints of Fuchsia #C84BAA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.85%

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

R = 44.94%
G = 16.85%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#C84BAA (or 0xC84BAA) is known color: Fuchsia. HEX triplet: C8, 4B and AA. RGB value is (200,75,170). Sum of RGB (Red+Green+Blue) = 200+75+170=445 (58% of max value = 765). Red value is 200 (78.52% from 255 or 44.94% from 445); Green value is 75 (29.69% from 255 or 16.85% from 445); Blue value is 170 (66.80% from 255 or 38.20% from 445); Max value from RGB is 200 - color contains mainly: red. Hex color #C84BAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C84BAA is #37B455. Grayscale: #7A7A7A. Windows color (decimal): -3650646 or 11160520. OLE color: 11160520.

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

Color convert

RGB 200 75 170 -
CMYK 0 0.62 0.15 0.22
HSL 314.4º 0.53% 0.54% -
HSV(B) 314.4º 0.63% 0.78% -
XYZ 33.59 20.21 40.16 -
YUV 123.21 154.41 182.78 -
System Red Green Blue C M Y K H S L
Decimal 200 75 170 0 0.62 0.15 0.22 314.4 0.53 0.54
Hex C8 4B AA 0 3E F 16 13A 35 36
Octal 310 113 252 0 76 17 26 472 65 66
Binary 11001000 1001011 10101010 0 111110 1111 10110 100111010 110101 110110

Color Harmonies of #C84BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84BAA

Black with #C84BAA

Text Example


Text Example

White with #C84BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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