Html Css Color HEX #C870B7 Fuchsia

📋 copy color: '#C870B7'

red 200 ◦ green 112 ◦ blue 183

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

Shades of Fuchsia #C870B7

Tints of Fuchsia #C870B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 36.97%

R = 40.4%
G = 22.63%
B = 36.97%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.08

 K value IS 0.22

RGB Variations

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

Color information

#C870B7 (or 0xC870B7) is known color: Fuchsia. HEX triplet: C8, 70 and B7. RGB value is (200,112,183). Sum of RGB (Red+Green+Blue) = 200+112+183=495 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.40% from 495); Green value is 112 (44.14% from 255 or 22.63% from 495); Blue value is 183 (71.88% from 255 or 36.97% from 495); Max value from RGB is 200 - color contains mainly: red. Hex color #C870B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C870B7 is #378F48. Grayscale: #929292. Windows color (decimal): -3641161 or 12021960. OLE color: 12021960.

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

Color convert

RGB 200 112 183 -
CMYK 0 0.44 0.08 0.22
HSL 311.59º 0.44% 0.61% -
HSV(B) 311.59º 0.44% 0.78% -
XYZ 38.16 27.29 48.06 -
YUV 146.41 148.65 166.23 -
System Red Green Blue C M Y K H S L
Decimal 200 112 183 0 0.44 0.08 0.22 311.59 0.44 0.61
Hex C8 70 B7 0 2C 8 16 138 2C 3D
Octal 310 160 267 0 54 10 26 470 54 75
Binary 11001000 1110000 10110111 0 101100 1000 10110 100111000 101100 111101

Color Harmonies of #C870B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C870B7

Black with #C870B7

Text Example


Text Example

White with #C870B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C870B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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