Html Css Color HEX #C845B9 Fuchsia

📋 copy color: '#C845B9'

red 200 ◦ green 69 ◦ blue 185

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

Shades of Fuchsia #C845B9

Tints of Fuchsia #C845B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 40.75%

R = 44.05%
G = 15.2%
B = 40.75%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.08

 K value IS 0.22

RGB Variations

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

Color information

#C845B9 (or 0xC845B9) is known color: Fuchsia. HEX triplet: C8, 45 and B9. RGB value is (200,69,185). Sum of RGB (Red+Green+Blue) = 200+69+185=454 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.05% from 454); Green value is 69 (27.34% from 255 or 15.20% from 454); Blue value is 185 (72.66% from 255 or 40.75% from 454); Max value from RGB is 200 - color contains mainly: red. Hex color #C845B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C845B9 is #37BA46. Grayscale: #797979. Windows color (decimal): -3652167 or 12142024. OLE color: 12142024.

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

Color convert

RGB 200 69 185 -
CMYK 0 0.66 0.08 0.22
HSL 306.87º 0.54% 0.53% -
HSV(B) 306.87º 0.66% 0.78% -
XYZ 34.7 20.04 47.94 -
YUV 121.39 163.9 184.07 -
System Red Green Blue C M Y K H S L
Decimal 200 69 185 0 0.66 0.08 0.22 306.87 0.54 0.53
Hex C8 45 B9 0 42 8 16 133 36 35
Octal 310 105 271 0 102 10 26 463 66 65
Binary 11001000 1000101 10111001 0 1000010 1000 10110 100110011 110110 110101

Color Harmonies of #C845B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C845B9

Black with #C845B9

Text Example


Text Example

White with #C845B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C845B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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