#C470BB

Color #C470BB Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #C470BB

Tints of Fuchsia #C470BB

Color information

#C470BB (or 0xC470BB) is unknown color: approx Fuchsia. HEX triplet: C4, 70 and BB. RGB value is (196,112,187). Sum of RGB (Red+Green+Blue) = 196+112+187=495 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.60% from 495); Green value is 112 (44.14% from 255 or 22.63% from 495); Blue value is 187 (73.44% from 255 or 37.78% from 495); Max value from RGB is 196 - color contains mainly: red. Hex color #C470BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C470BB is #3B8F44. Grayscale: #919191. Windows color (decimal): -3903301 or 12284100. OLE color: 12284100.

HSL color Cylindrical-coordinate representation of color #C470BB: hue angle of 306.43º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C470BB is Cyan = 0, Magento = 0.43, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB196112187-
CMYK00.430.050.23
HSL306.43º41.58%60.39%-
HSV(B)306.43º42.86%76.86%-
XYZ37.5326.9150.23-
YUV145.67151.33163.9-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.60%
GREEN value IS 112 (44.14% from 255) = 22.63%
BLUE value IS 187 (73.44% from 255) = 37.78%
R=39.60%
G=22.63%
B=37.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19611218700.430.050.23306.4341.5860.39
HexC470BB02B5171322a3c
Octal3041602730535274625274
Binary11000100111000010111011010101110110111100110010101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C470BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C470BB; }

 p { color: rgb(196,112,187); }

 H1.HeaderClassName
 {
   color: #C470BB;
 }
 .AnyTagClassName
 {
   color: #C470BB;
 }
</style>
background-color css

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

 a { background-color: rgb(196,112,187); }

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

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

 span { border-color: rgb(196,112,187); }

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