Html Css Color HEX #C04DBF Fuchsia

📋 copy color: '#C04DBF'

red 192 ◦ green 77 ◦ blue 191

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

Shades of Fuchsia #C04DBF

Tints of Fuchsia #C04DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 41.52%

R = 41.74%
G = 16.74%
B = 41.52%

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

#C04DBF (or 0xC04DBF) is known color: Fuchsia. HEX triplet: C0, 4D and BF. RGB value is (192,77,191). Sum of RGB (Red+Green+Blue) = 192+77+191=460 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.74% from 460); Green value is 77 (30.47% from 255 or 16.74% from 460); Blue value is 191 (75% from 255 or 41.52% from 460); Max value from RGB is 192 - color contains mainly: red. Hex color #C04DBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C04DBF is #3FB240. Grayscale: #7C7C7C. Windows color (decimal): -4174401 or 12537280. OLE color: 12537280.

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

Color convert

RGB 192 77 191 -
CMYK 0 0.60 0.01 0.25
HSL 300.52º 0.48% 0.53% -
HSV(B) 300.52º 0.6% 0.75% -
XYZ 33.8 20.28 51.42 -
YUV 124.38 165.6 176.23 -
System Red Green Blue C M Y K H S L
Decimal 192 77 191 0 0.60 0.01 0.25 300.52 0.48 0.53
Hex C0 4D BF 0 3C 1 19 12D 30 35
Octal 300 115 277 0 74 1 31 455 60 65
Binary 11000000 1001101 10111111 0 111100 1 11001 100101101 110000 110101

Color Harmonies of #C04DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04DBF

Black with #C04DBF

Text Example


Text Example

White with #C04DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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