Html Css Color HEX #C84DBA Fuchsia

📋 copy color: '#C84DBA'

red 200 ◦ green 77 ◦ blue 186

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

Shades of Fuchsia #C84DBA

Tints of Fuchsia #C84DBA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.63%

 BLUE value IS 186 (73.05% from 255) = 40.17%

R = 43.2%
G = 16.63%
B = 40.17%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C84DBA (or 0xC84DBA) is known color: Fuchsia. HEX triplet: C8, 4D and BA. RGB value is (200,77,186). Sum of RGB (Red+Green+Blue) = 200+77+186=463 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.20% from 463); Green value is 77 (30.47% from 255 or 16.63% from 463); Blue value is 186 (73.05% from 255 or 40.17% from 463); Max value from RGB is 200 - color contains mainly: red. Hex color #C84DBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C84DBA is #37B245. Grayscale: #7D7D7D. Windows color (decimal): -3650118 or 12209608. OLE color: 12209608.

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

Color convert

RGB 200 77 186 -
CMYK 0 0.62 0.07 0.22
HSL 306.83º 0.53% 0.54% -
HSV(B) 306.83º 0.62% 0.78% -
XYZ 35.34 21.13 48.67 -
YUV 126.2 161.75 180.64 -
System Red Green Blue C M Y K H S L
Decimal 200 77 186 0 0.62 0.07 0.22 306.83 0.53 0.54
Hex C8 4D BA 0 3E 7 16 133 35 36
Octal 310 115 272 0 76 7 26 463 65 66
Binary 11001000 1001101 10111010 0 111110 111 10110 100110011 110101 110110

Color Harmonies of #C84DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84DBA

Black with #C84DBA

Text Example


Text Example

White with #C84DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84DBA; }

 p { color: rgb(200,77,186); }

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

background-color css

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

 a { background-color: rgb(200,77,186); }

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

border-color css

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

 span { border-color: rgb(200,77,186); }

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