Html Css Color HEX #C845AB Fuchsia

📋 copy color: '#C845AB'

red 200 ◦ green 69 ◦ blue 171

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

Shades of Fuchsia #C845AB

Tints of Fuchsia #C845AB

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15.68%

 BLUE value IS 171 (67.19% from 255) = 38.86%

R = 45.45%
G = 15.68%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C845AB (or 0xC845AB) is known color: Fuchsia. HEX triplet: C8, 45 and AB. RGB value is (200,69,171). Sum of RGB (Red+Green+Blue) = 200+69+171=440 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.45% from 440); Green value is 69 (27.34% from 255 or 15.68% from 440); Blue value is 171 (67.19% from 255 or 38.86% from 440); Max value from RGB is 200 - color contains mainly: red. Hex color #C845AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C845AB is #37BA54. Grayscale: #777777. Windows color (decimal): -3652181 or 11224520. OLE color: 11224520.

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

Color convert

RGB 200 69 171 -
CMYK 0 0.66 0.14 0.22
HSL 313.28º 0.54% 0.53% -
HSV(B) 313.28º 0.66% 0.78% -
XYZ 33.3 19.48 40.53 -
YUV 119.8 156.9 185.21 -
System Red Green Blue C M Y K H S L
Decimal 200 69 171 0 0.66 0.14 0.22 313.28 0.54 0.53
Hex C8 45 AB 0 42 E 16 139 36 35
Octal 310 105 253 0 102 16 26 471 66 65
Binary 11001000 1000101 10101011 0 1000010 1110 10110 100111001 110110 110101

Color Harmonies of #C845AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C845AB

Black with #C845AB

Text Example


Text Example

White with #C845AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C845AB; }

 p { color: rgb(200,69,171); }

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

background-color css

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

 a { background-color: rgb(200,69,171); }

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

border-color css

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

 span { border-color: rgb(200,69,171); }

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