Html Css Color HEX #C84BAF Fuchsia

📋 copy color: '#C84BAF'

red 200 ◦ green 75 ◦ blue 175

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

Shades of Fuchsia #C84BAF

Tints of Fuchsia #C84BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 38.89%

R = 44.44%
G = 16.67%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C84BAF (or 0xC84BAF) is known color: Fuchsia. HEX triplet: C8, 4B and AF. RGB value is (200,75,175). Sum of RGB (Red+Green+Blue) = 200+75+175=450 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.44% from 450); Green value is 75 (29.69% from 255 or 16.67% from 450); Blue value is 175 (68.75% from 255 or 38.89% from 450); Max value from RGB is 200 - color contains mainly: red. Hex color #C84BAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C84BAF is #37B450. Grayscale: #7B7B7B. Windows color (decimal): -3650641 or 11488200. OLE color: 11488200.

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

Color convert

RGB 200 75 175 -
CMYK 0 0.62 0.12 0.22
HSL 312º 0.53% 0.54% -
HSV(B) 312º 0.63% 0.78% -
XYZ 34.07 20.41 42.7 -
YUV 123.78 156.91 182.37 -
System Red Green Blue C M Y K H S L
Decimal 200 75 175 0 0.62 0.12 0.22 312 0.53 0.54
Hex C8 4B AF 0 3E C 16 138 35 36
Octal 310 113 257 0 76 14 26 470 65 66
Binary 11001000 1001011 10101111 0 111110 1100 10110 100111000 110101 110110

Color Harmonies of #C84BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84BAF

Black with #C84BAF

Text Example


Text Example

White with #C84BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84BAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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