Html Css Color HEX #C471C2 Fuchsia

📋 copy color: '#C471C2'

red 196 ◦ green 113 ◦ blue 194

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

Shades of Fuchsia #C471C2

Tints of Fuchsia #C471C2

RGB

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

 GREEN value IS 113 (44.53% from 255) = 22.47%

 BLUE value IS 194 (76.17% from 255) = 38.57%

R = 38.97%
G = 22.47%
B = 38.57%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.01

 K value IS 0.23

RGB Variations

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

Color information

#C471C2 (or 0xC471C2) is known color: Fuchsia. HEX triplet: C4, 71 and C2. RGB value is (196,113,194). Sum of RGB (Red+Green+Blue) = 196+113+194=503 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.97% from 503); Green value is 113 (44.53% from 255 or 22.47% from 503); Blue value is 194 (76.17% from 255 or 38.57% from 503); Max value from RGB is 196 - color contains mainly: red. Hex color #C471C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C471C2 is #3B8E3D. Grayscale: #929292. Windows color (decimal): -3903038 or 12743108. OLE color: 12743108.

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

Color convert

RGB 196 113 194 -
CMYK 0 0.42 0.01 0.23
HSL 301.45º 0.41% 0.61% -
HSV(B) 301.45º 0.42% 0.77% -
XYZ 38.41 27.44 54.31 -
YUV 147.05 154.5 162.91 -
System Red Green Blue C M Y K H S L
Decimal 196 113 194 0 0.42 0.01 0.23 301.45 0.41 0.61
Hex C4 71 C2 0 2A 1 17 12D 29 3D
Octal 304 161 302 0 52 1 27 455 51 75
Binary 11000100 1110001 11000010 0 101010 1 10111 100101101 101001 111101

Color Harmonies of #C471C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C471C2

Black with #C471C2

Text Example


Text Example

White with #C471C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C471C2; }

 p { color: rgb(196,113,194); }

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

background-color css

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

 a { background-color: rgb(196,113,194); }

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

border-color css

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

 span { border-color: rgb(196,113,194); }

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