Html Css Color HEX #C84BAD Fuchsia

📋 copy color: '#C84BAD'

red 200 ◦ green 75 ◦ blue 173

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

Shades of Fuchsia #C84BAD

Tints of Fuchsia #C84BAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 38.62%

R = 44.64%
G = 16.74%
B = 38.62%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C84BAD (or 0xC84BAD) is known color: Fuchsia. HEX triplet: C8, 4B and AD. RGB value is (200,75,173). Sum of RGB (Red+Green+Blue) = 200+75+173=448 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.64% from 448); Green value is 75 (29.69% from 255 or 16.74% from 448); Blue value is 173 (67.97% from 255 or 38.62% from 448); Max value from RGB is 200 - color contains mainly: red. Hex color #C84BAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C84BAD is #37B452. Grayscale: #7B7B7B. Windows color (decimal): -3650643 or 11357128. OLE color: 11357128.

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

Color convert

RGB 200 75 173 -
CMYK 0 0.62 0.14 0.22
HSL 312.96º 0.53% 0.54% -
HSV(B) 312.96º 0.63% 0.78% -
XYZ 33.88 20.33 41.67 -
YUV 123.55 155.91 182.53 -
System Red Green Blue C M Y K H S L
Decimal 200 75 173 0 0.62 0.14 0.22 312.96 0.53 0.54
Hex C8 4B AD 0 3E E 16 139 35 36
Octal 310 113 255 0 76 16 26 471 65 66
Binary 11001000 1001011 10101101 0 111110 1110 10110 100111001 110101 110110

Color Harmonies of #C84BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84BAD

Black with #C84BAD

Text Example


Text Example

White with #C84BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84BAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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