Html Css Color HEX #C84CBD Fuchsia

📋 copy color: '#C84CBD'

red 200 ◦ green 76 ◦ blue 189

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

Shades of Fuchsia #C84CBD

Tints of Fuchsia #C84CBD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.34%

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

R = 43.01%
G = 16.34%
B = 40.65%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C84CBD (or 0xC84CBD) is known color: Fuchsia. HEX triplet: C8, 4C and BD. RGB value is (200,76,189). Sum of RGB (Red+Green+Blue) = 200+76+189=465 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.01% from 465); Green value is 76 (30.08% from 255 or 16.34% from 465); Blue value is 189 (74.22% from 255 or 40.65% from 465); Max value from RGB is 200 - color contains mainly: red. Hex color #C84CBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C84CBD is #37B342. Grayscale: #7D7D7D. Windows color (decimal): -3650371 or 12405960. OLE color: 12405960.

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

Color convert

RGB 200 76 189 -
CMYK 0 0.62 0.06 0.22
HSL 305.32º 0.53% 0.54% -
HSV(B) 305.32º 0.62% 0.78% -
XYZ 35.59 21.12 50.35 -
YUV 125.96 163.58 180.81 -
System Red Green Blue C M Y K H S L
Decimal 200 76 189 0 0.62 0.06 0.22 305.32 0.53 0.54
Hex C8 4C BD 0 3E 6 16 131 35 36
Octal 310 114 275 0 76 6 26 461 65 66
Binary 11001000 1001100 10111101 0 111110 110 10110 100110001 110101 110110

Color Harmonies of #C84CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84CBD

Black with #C84CBD

Text Example


Text Example

White with #C84CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84CBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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