Html Css Color HEX #C844BB Fuchsia

📋 copy color: '#C844BB'

red 200 ◦ green 68 ◦ blue 187

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

Shades of Fuchsia #C844BB

Tints of Fuchsia #C844BB

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.95%

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

R = 43.96%
G = 14.95%
B = 41.1%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C844BB (or 0xC844BB) is known color: Fuchsia. HEX triplet: C8, 44 and BB. RGB value is (200,68,187). Sum of RGB (Red+Green+Blue) = 200+68+187=455 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.96% from 455); Green value is 68 (26.95% from 255 or 14.95% from 455); Blue value is 187 (73.44% from 255 or 41.10% from 455); Max value from RGB is 200 - color contains mainly: red. Hex color #C844BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C844BB is #37BB44. Grayscale: #787878. Windows color (decimal): -3652421 or 12272840. OLE color: 12272840.

HSL color Cylindrical-coordinate representation of color #C844BB: hue angle of 305.91º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C844BB is Cyan = 0, Magento = 0.66, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 68 187 -
CMYK 0 0.66 0.06 0.22
HSL 305.91º 0.55% 0.53% -
HSV(B) 305.91º 0.66% 0.78% -
XYZ 34.86 20 49.04 -
YUV 121.03 165.23 184.32 -
System Red Green Blue C M Y K H S L
Decimal 200 68 187 0 0.66 0.06 0.22 305.91 0.55 0.53
Hex C8 44 BB 0 42 6 16 132 37 35
Octal 310 104 273 0 102 6 26 462 67 65
Binary 11001000 1000100 10111011 0 1000010 110 10110 100110010 110111 110101

Color Harmonies of #C844BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C844BB

Black with #C844BB

Text Example


Text Example

White with #C844BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C844BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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