Html Css Color HEX #C870B2 Fuchsia

📋 copy color: '#C870B2'

red 200 ◦ green 112 ◦ blue 178

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

Shades of Fuchsia #C870B2

Tints of Fuchsia #C870B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 36.33%

R = 40.82%
G = 22.86%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.11

 K value IS 0.22

RGB Variations

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

Color information

#C870B2 (or 0xC870B2) is known color: Fuchsia. HEX triplet: C8, 70 and B2. RGB value is (200,112,178). Sum of RGB (Red+Green+Blue) = 200+112+178=490 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.82% from 490); Green value is 112 (44.14% from 255 or 22.86% from 490); Blue value is 178 (69.92% from 255 or 36.33% from 490); Max value from RGB is 200 - color contains mainly: red. Hex color #C870B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C870B2 is #378F4D. Grayscale: #919191. Windows color (decimal): -3641166 or 11694280. OLE color: 11694280.

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

Color convert

RGB 200 112 178 -
CMYK 0 0.44 0.11 0.22
HSL 315º 0.44% 0.61% -
HSV(B) 315º 0.44% 0.78% -
XYZ 37.65 27.08 45.36 -
YUV 145.84 146.15 166.63 -
System Red Green Blue C M Y K H S L
Decimal 200 112 178 0 0.44 0.11 0.22 315 0.44 0.61
Hex C8 70 B2 0 2C B 16 13B 2C 3D
Octal 310 160 262 0 54 13 26 473 54 75
Binary 11001000 1110000 10110010 0 101100 1011 10110 100111011 101100 111101

Color Harmonies of #C870B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C870B2

Black with #C870B2

Text Example


Text Example

White with #C870B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C870B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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