Html Css Color HEX #C04DC8 Fuchsia

📋 copy color: '#C04DC8'

red 192 ◦ green 77 ◦ blue 200

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

Shades of Fuchsia #C04DC8

Tints of Fuchsia #C04DC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 42.64%

R = 40.94%
G = 16.42%
B = 42.64%

CMYK

 C value IS 0.04

 M value IS 0.62

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C04DC8 (or 0xC04DC8) is known color: Fuchsia. HEX triplet: C0, 4D and C8. RGB value is (192,77,200). Sum of RGB (Red+Green+Blue) = 192+77+200=469 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.94% from 469); Green value is 77 (30.47% from 255 or 16.42% from 469); Blue value is 200 (78.52% from 255 or 42.64% from 469); Max value from RGB is 200 - color contains mainly: blue. Hex color #C04DC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C04DC8 is #3FB237. Grayscale: #7D7D7D. Windows color (decimal): -4174392 or 13127104. OLE color: 13127104.

HSL color Cylindrical-coordinate representation of color #C04DC8: hue angle of 296.1º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C04DC8 is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 192 77 200 -
CMYK 0.04 0.62 0 0.22
HSL 296.1º 0.53% 0.54% -
HSV(B) 296.1º 0.62% 0.78% -
XYZ 34.82 20.68 56.8 -
YUV 125.41 170.1 175.5 -
System Red Green Blue C M Y K H S L
Decimal 192 77 200 0.04 0.62 0 0.22 296.1 0.53 0.54
Hex C0 4D C8 4 3E 0 16 128 35 36
Octal 300 115 310 4 76 0 26 450 65 66
Binary 11000000 1001101 11001000 100 111110 0 10110 100101000 110101 110110

Color Harmonies of #C04DC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04DC8

Black with #C04DC8

Text Example


Text Example

White with #C04DC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04DC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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