Html Css Color HEX #C474B2 Fuchsia

📋 copy color: '#C474B2'

red 196 ◦ green 116 ◦ blue 178

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

Shades of Fuchsia #C474B2

Tints of Fuchsia #C474B2

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.67%

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

R = 40%
G = 23.67%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.09

 K value IS 0.23

RGB Variations

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

Color information

#C474B2 (or 0xC474B2) is known color: Fuchsia. HEX triplet: C4, 74 and B2. RGB value is (196,116,178). Sum of RGB (Red+Green+Blue) = 196+116+178=490 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40% from 490); Green value is 116 (45.70% from 255 or 23.67% from 490); Blue value is 178 (69.92% from 255 or 36.33% from 490); Max value from RGB is 196 - color contains mainly: red. Hex color #C474B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C474B2 is #3B8B4D. Grayscale: #929292. Windows color (decimal): -3902286 or 11695300. OLE color: 11695300.

HSL color Cylindrical-coordinate representation of color #C474B2: hue angle of 313.5º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C474B2 is Cyan = 0, Magento = 0.41, Yellow = 0.09 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 116 178 -
CMYK 0 0.41 0.09 0.23
HSL 313.5º 0.4% 0.61% -
HSV(B) 313.5º 0.41% 0.77% -
XYZ 37.05 27.44 45.46 -
YUV 146.99 145.5 162.96 -
System Red Green Blue C M Y K H S L
Decimal 196 116 178 0 0.41 0.09 0.23 313.5 0.4 0.61
Hex C4 74 B2 0 29 9 17 13A 28 3D
Octal 304 164 262 0 51 11 27 472 50 75
Binary 11000100 1110100 10110010 0 101001 1001 10111 100111010 101000 111101

Color Harmonies of #C474B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C474B2

Black with #C474B2

Text Example


Text Example

White with #C474B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C474B2; }

 p { color: rgb(196,116,178); }

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

background-color css

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

 a { background-color: rgb(196,116,178); }

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

border-color css

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

 span { border-color: rgb(196,116,178); }

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