Html Css Color HEX #C84ABD Fuchsia

📋 copy color: '#C84ABD'

red 200 ◦ green 74 ◦ blue 189

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

Shades of Fuchsia #C84ABD

Tints of Fuchsia #C84ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 40.82%

R = 43.2%
G = 15.98%
B = 40.82%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C84ABD (or 0xC84ABD) is known color: Fuchsia. HEX triplet: C8, 4A and BD. RGB value is (200,74,189). Sum of RGB (Red+Green+Blue) = 200+74+189=463 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.20% from 463); Green value is 74 (29.30% from 255 or 15.98% from 463); Blue value is 189 (74.22% from 255 or 40.82% from 463); Max value from RGB is 200 - color contains mainly: red. Hex color #C84ABD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C84ABD is #37B542. Grayscale: #7C7C7C. Windows color (decimal): -3650883 or 12405448. OLE color: 12405448.

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

Color convert

RGB 200 74 189 -
CMYK 0 0.63 0.06 0.22
HSL 305.24º 0.53% 0.54% -
HSV(B) 305.24º 0.63% 0.78% -
XYZ 35.45 20.85 50.3 -
YUV 124.78 164.24 181.65 -
System Red Green Blue C M Y K H S L
Decimal 200 74 189 0 0.63 0.06 0.22 305.24 0.53 0.54
Hex C8 4A BD 0 3F 6 16 131 35 36
Octal 310 112 275 0 77 6 26 461 65 66
Binary 11001000 1001010 10111101 0 111111 110 10110 100110001 110101 110110

Color Harmonies of #C84ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84ABD

Black with #C84ABD

Text Example


Text Example

White with #C84ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84ABD; }

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

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

background-color css

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

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

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

border-color css

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

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

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