Html Css Color HEX #C470BA Fuchsia

📋 copy color: '#C470BA'

red 196 ◦ green 112 ◦ blue 186

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

Shades of Fuchsia #C470BA

Tints of Fuchsia #C470BA

RGB

 RED value IS 196 (76.95% from 255) = 39.68%

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

 BLUE value IS 186 (73.05% from 255) = 37.65%

R = 39.68%
G = 22.67%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C470BA (or 0xC470BA) is known color: Fuchsia. HEX triplet: C4, 70 and BA. RGB value is (196,112,186). Sum of RGB (Red+Green+Blue) = 196+112+186=494 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.68% from 494); Green value is 112 (44.14% from 255 or 22.67% from 494); Blue value is 186 (73.05% from 255 or 37.65% from 494); Max value from RGB is 196 - color contains mainly: red. Hex color #C470BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C470BA is #3B8F45. Grayscale: #919191. Windows color (decimal): -3903302 or 12218564. OLE color: 12218564.

HSL color Cylindrical-coordinate representation of color #C470BA: hue angle of 307.14º 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 #C470BA is Cyan = 0, Magento = 0.43, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 112 186 -
CMYK 0 0.43 0.05 0.23
HSL 307.14º 0.42% 0.6% -
HSV(B) 307.14º 0.43% 0.77% -
XYZ 37.42 26.87 49.67 -
YUV 145.55 150.83 163.98 -
System Red Green Blue C M Y K H S L
Decimal 196 112 186 0 0.43 0.05 0.23 307.14 0.42 0.6
Hex C4 70 BA 0 2B 5 17 133 2A 3C
Octal 304 160 272 0 53 5 27 463 52 74
Binary 11000100 1110000 10111010 0 101011 101 10111 100110011 101010 111100

Color Harmonies of #C470BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C470BA

Black with #C470BA

Text Example


Text Example

White with #C470BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C470BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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