Html Css Color HEX #C84CBB Fuchsia

📋 copy color: '#C84CBB'

red 200 ◦ green 76 ◦ blue 187

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

Shades of Fuchsia #C84CBB

Tints of Fuchsia #C84CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 40.39%

R = 43.2%
G = 16.41%
B = 40.39%

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

#C84CBB (or 0xC84CBB) is known color: Fuchsia. HEX triplet: C8, 4C and BB. RGB value is (200,76,187). Sum of RGB (Red+Green+Blue) = 200+76+187=463 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.20% from 463); Green value is 76 (30.08% from 255 or 16.41% from 463); Blue value is 187 (73.44% from 255 or 40.39% from 463); Max value from RGB is 200 - color contains mainly: red. Hex color #C84CBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C84CBB is #37B344. Grayscale: #7D7D7D. Windows color (decimal): -3650373 or 12274888. OLE color: 12274888.

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

Color convert

RGB 200 76 187 -
CMYK 0 0.62 0.06 0.22
HSL 306.29º 0.53% 0.54% -
HSV(B) 306.29º 0.62% 0.78% -
XYZ 35.37 21.04 49.21 -
YUV 125.73 162.58 180.97 -
System Red Green Blue C M Y K H S L
Decimal 200 76 187 0 0.62 0.06 0.22 306.29 0.53 0.54
Hex C8 4C BB 0 3E 6 16 132 35 36
Octal 310 114 273 0 76 6 26 462 65 66
Binary 11001000 1001100 10111011 0 111110 110 10110 100110010 110101 110110

Color Harmonies of #C84CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84CBB

Black with #C84CBB

Text Example


Text Example

White with #C84CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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