Html Css Color HEX #C474BD Fuchsia

📋 copy color: '#C474BD'

red 196 ◦ green 116 ◦ blue 189

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

Shades of Fuchsia #C474BD

Tints of Fuchsia #C474BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 37.72%

R = 39.12%
G = 23.15%
B = 37.72%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C474BD (or 0xC474BD) is known color: Fuchsia. HEX triplet: C4, 74 and BD. RGB value is (196,116,189). Sum of RGB (Red+Green+Blue) = 196+116+189=501 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.12% from 501); Green value is 116 (45.70% from 255 or 23.15% from 501); Blue value is 189 (74.22% from 255 or 37.72% from 501); Max value from RGB is 196 - color contains mainly: red. Hex color #C474BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C474BD is #3B8B42. Grayscale: #949494. Windows color (decimal): -3902275 or 12416196. OLE color: 12416196.

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

Color convert

RGB 196 116 189 -
CMYK 0 0.41 0.04 0.23
HSL 305.25º 0.4% 0.61% -
HSV(B) 305.25º 0.41% 0.77% -
XYZ 38.2 27.9 51.52 -
YUV 148.24 151 162.06 -
System Red Green Blue C M Y K H S L
Decimal 196 116 189 0 0.41 0.04 0.23 305.25 0.4 0.61
Hex C4 74 BD 0 29 4 17 131 28 3D
Octal 304 164 275 0 51 4 27 461 50 75
Binary 11000100 1110100 10111101 0 101001 100 10111 100110001 101000 111101

Color Harmonies of #C474BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C474BD

Black with #C474BD

Text Example


Text Example

White with #C474BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C474BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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