Html Css Color HEX #C470B9 Fuchsia

📋 copy color: '#C470B9'

red 196 ◦ green 112 ◦ blue 185

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

Shades of Fuchsia #C470B9

Tints of Fuchsia #C470B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 37.53%

R = 39.76%
G = 22.72%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#C470B9 (or 0xC470B9) is known color: Fuchsia. HEX triplet: C4, 70 and B9. RGB value is (196,112,185). Sum of RGB (Red+Green+Blue) = 196+112+185=493 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.76% from 493); Green value is 112 (44.14% from 255 or 22.72% from 493); Blue value is 185 (72.66% from 255 or 37.53% from 493); Max value from RGB is 196 - color contains mainly: red. Hex color #C470B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C470B9 is #3B8F46. Grayscale: #919191. Windows color (decimal): -3903303 or 12153028. OLE color: 12153028.

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

Color convert

RGB 196 112 185 -
CMYK 0 0.43 0.06 0.23
HSL 307.86º 0.42% 0.6% -
HSV(B) 307.86º 0.43% 0.77% -
XYZ 37.32 26.83 49.11 -
YUV 145.44 150.33 164.06 -
System Red Green Blue C M Y K H S L
Decimal 196 112 185 0 0.43 0.06 0.23 307.86 0.42 0.6
Hex C4 70 B9 0 2B 6 17 134 2A 3C
Octal 304 160 271 0 53 6 27 464 52 74
Binary 11000100 1110000 10111001 0 101011 110 10111 100110100 101010 111100

Color Harmonies of #C470B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C470B9

Black with #C470B9

Text Example


Text Example

White with #C470B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C470B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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