Html Css Color HEX #C04FBE Fuchsia

📋 copy color: '#C04FBE'

red 192 ◦ green 79 ◦ blue 190

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

Shades of Fuchsia #C04FBE

Tints of Fuchsia #C04FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.21%

R = 41.65%
G = 17.14%
B = 41.21%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#C04FBE (or 0xC04FBE) is known color: Fuchsia. HEX triplet: C0, 4F and BE. RGB value is (192,79,190). Sum of RGB (Red+Green+Blue) = 192+79+190=461 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.65% from 461); Green value is 79 (31.25% from 255 or 17.14% from 461); Blue value is 190 (74.61% from 255 or 41.21% from 461); Max value from RGB is 192 - color contains mainly: red. Hex color #C04FBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C04FBE is #3FB041. Grayscale: #7D7D7D. Windows color (decimal): -4173890 or 12472256. OLE color: 12472256.

HSL color Cylindrical-coordinate representation of color #C04FBE: hue angle of 301.06º 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 #C04FBE is Cyan = 0, Magento = 0.59, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 79 190 -
CMYK 0 0.59 0.01 0.25
HSL 301.06º 0.47% 0.53% -
HSV(B) 301.06º 0.59% 0.75% -
XYZ 33.83 20.52 50.89 -
YUV 125.44 164.44 175.47 -
System Red Green Blue C M Y K H S L
Decimal 192 79 190 0 0.59 0.01 0.25 301.06 0.47 0.53
Hex C0 4F BE 0 3B 1 19 12D 2F 35
Octal 300 117 276 0 73 1 31 455 57 65
Binary 11000000 1001111 10111110 0 111011 1 11001 100101101 101111 110101

Color Harmonies of #C04FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04FBE

Black with #C04FBE

Text Example


Text Example

White with #C04FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04FBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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