Html Css Color HEX #C845BC Fuchsia

📋 copy color: '#C845BC'

red 200 ◦ green 69 ◦ blue 188

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

Shades of Fuchsia #C845BC

Tints of Fuchsia #C845BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.14%

R = 43.76%
G = 15.1%
B = 41.14%

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

#C845BC (or 0xC845BC) is known color: Fuchsia. HEX triplet: C8, 45 and BC. RGB value is (200,69,188). Sum of RGB (Red+Green+Blue) = 200+69+188=457 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.76% from 457); Green value is 69 (27.34% from 255 or 15.10% from 457); Blue value is 188 (73.83% from 255 or 41.14% from 457); Max value from RGB is 200 - color contains mainly: red. Hex color #C845BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C845BC is #37BA43. Grayscale: #797979. Windows color (decimal): -3652164 or 12338632. OLE color: 12338632.

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

Color convert

RGB 200 69 188 -
CMYK 0 0.66 0.06 0.22
HSL 305.5º 0.54% 0.53% -
HSV(B) 305.5º 0.66% 0.78% -
XYZ 35.02 20.17 49.62 -
YUV 121.74 165.4 183.82 -
System Red Green Blue C M Y K H S L
Decimal 200 69 188 0 0.66 0.06 0.22 305.5 0.54 0.53
Hex C8 45 BC 0 42 6 16 131 36 35
Octal 310 105 274 0 102 6 26 461 66 65
Binary 11001000 1000101 10111100 0 1000010 110 10110 100110001 110110 110101

Color Harmonies of #C845BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C845BC

Black with #C845BC

Text Example


Text Example

White with #C845BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C845BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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