Html Css Color HEX #C472B3 Fuchsia

📋 copy color: '#C472B3'

red 196 ◦ green 114 ◦ blue 179

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

Shades of Fuchsia #C472B3

Tints of Fuchsia #C472B3

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.31%

 BLUE value IS 179 (70.31% from 255) = 36.61%

R = 40.08%
G = 23.31%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.09

 K value IS 0.23

RGB Variations

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

Color information

#C472B3 (or 0xC472B3) is known color: Fuchsia. HEX triplet: C4, 72 and B3. RGB value is (196,114,179). Sum of RGB (Red+Green+Blue) = 196+114+179=489 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.08% from 489); Green value is 114 (44.92% from 255 or 23.31% from 489); Blue value is 179 (70.31% from 255 or 36.61% from 489); Max value from RGB is 196 - color contains mainly: red. Hex color #C472B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C472B3 is #3B8D4C. Grayscale: #919191. Windows color (decimal): -3902797 or 11760324. OLE color: 11760324.

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

Color convert

RGB 196 114 179 -
CMYK 0 0.42 0.09 0.23
HSL 312.44º 0.41% 0.61% -
HSV(B) 312.44º 0.42% 0.77% -
XYZ 36.92 27.03 45.92 -
YUV 145.93 146.67 163.71 -
System Red Green Blue C M Y K H S L
Decimal 196 114 179 0 0.42 0.09 0.23 312.44 0.41 0.61
Hex C4 72 B3 0 2A 9 17 138 29 3D
Octal 304 162 263 0 52 11 27 470 51 75
Binary 11000100 1110010 10110011 0 101010 1001 10111 100111000 101001 111101

Color Harmonies of #C472B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C472B3

Black with #C472B3

Text Example


Text Example

White with #C472B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C472B3; }

 p { color: rgb(196,114,179); }

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

background-color css

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

 a { background-color: rgb(196,114,179); }

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

border-color css

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

 span { border-color: rgb(196,114,179); }

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