Html Css Color HEX #C04FAD Fuchsia

📋 copy color: '#C04FAD'

red 192 ◦ green 79 ◦ blue 173

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

Shades of Fuchsia #C04FAD

Tints of Fuchsia #C04FAD

RGB

 RED value IS 192 (75.39% from 255) = 43.24%

 GREEN value IS 79 (31.25% from 255) = 17.79%

 BLUE value IS 173 (67.97% from 255) = 38.96%

R = 43.24%
G = 17.79%
B = 38.96%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#C04FAD (or 0xC04FAD) is known color: Fuchsia. HEX triplet: C0, 4F and AD. RGB value is (192,79,173). Sum of RGB (Red+Green+Blue) = 192+79+173=444 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.24% from 444); Green value is 79 (31.25% from 255 or 17.79% from 444); Blue value is 173 (67.97% from 255 or 38.96% from 444); Max value from RGB is 192 - color contains mainly: red. Hex color #C04FAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C04FAD is #3FB052. Grayscale: #7B7B7B. Windows color (decimal): -4173907 or 11358144. OLE color: 11358144.

HSL color Cylindrical-coordinate representation of color #C04FAD: hue angle of 310.09º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C04FAD is Cyan = 0, Magento = 0.59, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 79 173 -
CMYK 0 0.59 0.10 0.25
HSL 310.09º 0.47% 0.53% -
HSV(B) 310.09º 0.59% 0.75% -
XYZ 32.08 19.82 41.67 -
YUV 123.5 155.94 176.86 -
System Red Green Blue C M Y K H S L
Decimal 192 79 173 0 0.59 0.10 0.25 310.09 0.47 0.53
Hex C0 4F AD 0 3B A 19 136 2F 35
Octal 300 117 255 0 73 12 31 466 57 65
Binary 11000000 1001111 10101101 0 111011 1010 11001 100110110 101111 110101

Color Harmonies of #C04FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04FAD

Black with #C04FAD

Text Example


Text Example

White with #C04FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04FAD; }

 p { color: rgb(192,79,173); }

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

background-color css

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

 a { background-color: rgb(192,79,173); }

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

border-color css

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

 span { border-color: rgb(192,79,173); }

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