Html Css Color HEX #C845B3 Fuchsia

📋 copy color: '#C845B3'

red 200 ◦ green 69 ◦ blue 179

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

Shades of Fuchsia #C845B3

Tints of Fuchsia #C845B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 39.96%

R = 44.64%
G = 15.4%
B = 39.96%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.10

 K value IS 0.22

RGB Variations

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

Color information

#C845B3 (or 0xC845B3) is known color: Fuchsia. HEX triplet: C8, 45 and B3. RGB value is (200,69,179). Sum of RGB (Red+Green+Blue) = 200+69+179=448 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.64% from 448); Green value is 69 (27.34% from 255 or 15.40% from 448); Blue value is 179 (70.31% from 255 or 39.96% from 448); Max value from RGB is 200 - color contains mainly: red. Hex color #C845B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C845B3 is #37BA4C. Grayscale: #787878. Windows color (decimal): -3652173 or 11748808. OLE color: 11748808.

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

Color convert

RGB 200 69 179 -
CMYK 0 0.66 0.10 0.22
HSL 309.62º 0.54% 0.53% -
HSV(B) 309.62º 0.66% 0.78% -
XYZ 34.08 19.79 44.67 -
YUV 120.71 160.9 184.56 -
System Red Green Blue C M Y K H S L
Decimal 200 69 179 0 0.66 0.10 0.22 309.62 0.54 0.53
Hex C8 45 B3 0 42 A 16 136 36 35
Octal 310 105 263 0 102 12 26 466 66 65
Binary 11001000 1000101 10110011 0 1000010 1010 10110 100110110 110110 110101

Color Harmonies of #C845B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C845B3

Black with #C845B3

Text Example


Text Example

White with #C845B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C845B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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