Html Css Color HEX #C870B0 Fuchsia

📋 copy color: '#C870B0'

red 200 ◦ green 112 ◦ blue 176

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

Shades of Fuchsia #C870B0

Tints of Fuchsia #C870B0

RGB

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

 GREEN value IS 112 (44.14% from 255) = 22.95%

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

R = 40.98%
G = 22.95%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C870B0 (or 0xC870B0) is known color: Fuchsia. HEX triplet: C8, 70 and B0. RGB value is (200,112,176). Sum of RGB (Red+Green+Blue) = 200+112+176=488 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.98% from 488); Green value is 112 (44.14% from 255 or 22.95% from 488); Blue value is 176 (69.14% from 255 or 36.07% from 488); Max value from RGB is 200 - color contains mainly: red. Hex color #C870B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C870B0 is #378F4F. Grayscale: #919191. Windows color (decimal): -3641168 or 11563208. OLE color: 11563208.

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

Color convert

RGB 200 112 176 -
CMYK 0 0.44 0.12 0.22
HSL 316.36º 0.44% 0.61% -
HSV(B) 316.36º 0.44% 0.78% -
XYZ 37.45 27 44.31 -
YUV 145.61 145.15 166.8 -
System Red Green Blue C M Y K H S L
Decimal 200 112 176 0 0.44 0.12 0.22 316.36 0.44 0.61
Hex C8 70 B0 0 2C C 16 13C 2C 3D
Octal 310 160 260 0 54 14 26 474 54 75
Binary 11001000 1110000 10110000 0 101100 1100 10110 100111100 101100 111101

Color Harmonies of #C870B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C870B0

Black with #C870B0

Text Example


Text Example

White with #C870B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C870B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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