Html Css Color HEX #C845BE Fuchsia

📋 copy color: '#C845BE'

red 200 ◦ green 69 ◦ blue 190

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

Shades of Fuchsia #C845BE

Tints of Fuchsia #C845BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.39%

R = 43.57%
G = 15.03%
B = 41.39%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C845BE (or 0xC845BE) is known color: Fuchsia. HEX triplet: C8, 45 and BE. RGB value is (200,69,190). Sum of RGB (Red+Green+Blue) = 200+69+190=459 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.57% from 459); Green value is 69 (27.34% from 255 or 15.03% from 459); Blue value is 190 (74.61% from 255 or 41.39% from 459); Max value from RGB is 200 - color contains mainly: red. Hex color #C845BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C845BE is #37BA41. Grayscale: #797979. Windows color (decimal): -3652162 or 12469704. OLE color: 12469704.

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

Color convert

RGB 200 69 190 -
CMYK 0 0.66 0.05 0.22
HSL 304.58º 0.54% 0.53% -
HSV(B) 304.58º 0.66% 0.78% -
XYZ 35.24 20.25 50.77 -
YUV 121.96 166.4 183.66 -
System Red Green Blue C M Y K H S L
Decimal 200 69 190 0 0.66 0.05 0.22 304.58 0.54 0.53
Hex C8 45 BE 0 42 5 16 131 36 35
Octal 310 105 276 0 102 5 26 461 66 65
Binary 11001000 1000101 10111110 0 1000010 101 10110 100110001 110110 110101

Color Harmonies of #C845BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C845BE

Black with #C845BE

Text Example


Text Example

White with #C845BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C845BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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