Html Css Color HEX #C842B0 Fuchsia

📋 copy color: '#C842B0'

red 200 ◦ green 66 ◦ blue 176

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

Shades of Fuchsia #C842B0

Tints of Fuchsia #C842B0

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.93%

 BLUE value IS 176 (69.14% from 255) = 39.82%

R = 45.25%
G = 14.93%
B = 39.82%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C842B0 (or 0xC842B0) is known color: Fuchsia. HEX triplet: C8, 42 and B0. RGB value is (200,66,176). Sum of RGB (Red+Green+Blue) = 200+66+176=442 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.25% from 442); Green value is 66 (26.17% from 255 or 14.93% from 442); Blue value is 176 (69.14% from 255 or 39.82% from 442); Max value from RGB is 200 - color contains mainly: red. Hex color #C842B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C842B0 is #37BD4F. Grayscale: #767676. Windows color (decimal): -3652944 or 11551432. OLE color: 11551432.

HSL color Cylindrical-coordinate representation of color #C842B0: hue angle of 310.75º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C842B0 is Cyan = 0, Magento = 0.67, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 66 176 -
CMYK 0 0.67 0.12 0.22
HSL 310.75º 0.55% 0.52% -
HSV(B) 310.75º 0.67% 0.78% -
XYZ 33.6 19.31 43.03 -
YUV 118.61 160.39 186.06 -
System Red Green Blue C M Y K H S L
Decimal 200 66 176 0 0.67 0.12 0.22 310.75 0.55 0.52
Hex C8 42 B0 0 43 C 16 137 37 34
Octal 310 102 260 0 103 14 26 467 67 64
Binary 11001000 1000010 10110000 0 1000011 1100 10110 100110111 110111 110100

Color Harmonies of #C842B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C842B0

Black with #C842B0

Text Example


Text Example

White with #C842B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C842B0; }

 p { color: rgb(200,66,176); }

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

background-color css

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

 a { background-color: rgb(200,66,176); }

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

border-color css

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

 span { border-color: rgb(200,66,176); }

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