Html Css Color HEX #C04DBE Fuchsia

📋 copy color: '#C04DBE'

red 192 ◦ green 77 ◦ blue 190

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

Shades of Fuchsia #C04DBE

Tints of Fuchsia #C04DBE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.78%

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

R = 41.83%
G = 16.78%
B = 41.39%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#C04DBE (or 0xC04DBE) is known color: Fuchsia. HEX triplet: C0, 4D and BE. RGB value is (192,77,190). Sum of RGB (Red+Green+Blue) = 192+77+190=459 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.83% from 459); Green value is 77 (30.47% from 255 or 16.78% from 459); Blue value is 190 (74.61% from 255 or 41.39% from 459); Max value from RGB is 192 - color contains mainly: red. Hex color #C04DBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C04DBE is #3FB241. Grayscale: #7B7B7B. Windows color (decimal): -4174402 or 12471744. OLE color: 12471744.

HSL color Cylindrical-coordinate representation of color #C04DBE: hue angle of 301.04º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C04DBE is Cyan = 0, Magento = 0.60, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 77 190 -
CMYK 0 0.60 0.01 0.25
HSL 301.04º 0.48% 0.53% -
HSV(B) 301.04º 0.6% 0.75% -
XYZ 33.69 20.23 50.84 -
YUV 124.27 165.1 176.31 -
System Red Green Blue C M Y K H S L
Decimal 192 77 190 0 0.60 0.01 0.25 301.04 0.48 0.53
Hex C0 4D BE 0 3C 1 19 12D 30 35
Octal 300 115 276 0 74 1 31 455 60 65
Binary 11000000 1001101 10111110 0 111100 1 11001 100101101 110000 110101

Color Harmonies of #C04DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04DBE

Black with #C04DBE

Text Example


Text Example

White with #C04DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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