Html Css Color HEX #C04DB1 Fuchsia

📋 copy color: '#C04DB1'

red 192 ◦ green 77 ◦ blue 177

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

Shades of Fuchsia #C04DB1

Tints of Fuchsia #C04DB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 39.69%

R = 43.05%
G = 17.26%
B = 39.69%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#C04DB1 (or 0xC04DB1) is known color: Fuchsia. HEX triplet: C0, 4D and B1. RGB value is (192,77,177). Sum of RGB (Red+Green+Blue) = 192+77+177=446 (59% of max value = 765). Red value is 192 (75.39% from 255 or 43.05% from 446); Green value is 77 (30.47% from 255 or 17.26% from 446); Blue value is 177 (69.53% from 255 or 39.69% from 446); Max value from RGB is 192 - color contains mainly: red. Hex color #C04DB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C04DB1 is #3FB24E. Grayscale: #7A7A7A. Windows color (decimal): -4174415 or 11619776. OLE color: 11619776.

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

Color convert

RGB 192 77 177 -
CMYK 0 0.60 0.08 0.25
HSL 307.83º 0.48% 0.53% -
HSV(B) 307.83º 0.6% 0.75% -
XYZ 32.33 19.69 43.69 -
YUV 122.79 158.6 177.37 -
System Red Green Blue C M Y K H S L
Decimal 192 77 177 0 0.60 0.08 0.25 307.83 0.48 0.53
Hex C0 4D B1 0 3C 8 19 134 30 35
Octal 300 115 261 0 74 10 31 464 60 65
Binary 11000000 1001101 10110001 0 111100 1000 11001 100110100 110000 110101

Color Harmonies of #C04DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04DB1

Black with #C04DB1

Text Example


Text Example

White with #C04DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04DB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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