Html Css Color HEX #C04DCB Fuchsia

📋 copy color: '#C04DCB'

red 192 ◦ green 77 ◦ blue 203

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

Shades of Fuchsia #C04DCB

Tints of Fuchsia #C04DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 43.01%

R = 40.68%
G = 16.31%
B = 43.01%

CMYK

 C value IS 0.05

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C04DCB (or 0xC04DCB) is known color: Fuchsia. HEX triplet: C0, 4D and CB. RGB value is (192,77,203). Sum of RGB (Red+Green+Blue) = 192+77+203=472 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.68% from 472); Green value is 77 (30.47% from 255 or 16.31% from 472); Blue value is 203 (79.69% from 255 or 43.01% from 472); Max value from RGB is 203 - color contains mainly: blue. Hex color #C04DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C04DCB is #3FB234. Grayscale: #7D7D7D. Windows color (decimal): -4174389 or 13323712. OLE color: 13323712.

HSL color Cylindrical-coordinate representation of color #C04DCB: hue angle of 294.76º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C04DCB is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 192 77 203 -
CMYK 0.05 0.62 0 0.20
HSL 294.76º 0.55% 0.55% -
HSV(B) 294.76º 0.62% 0.8% -
XYZ 35.17 20.83 58.67 -
YUV 125.75 171.6 175.25 -
System Red Green Blue C M Y K H S L
Decimal 192 77 203 0.05 0.62 0 0.20 294.76 0.55 0.55
Hex C0 4D CB 5 3E 0 14 127 37 37
Octal 300 115 313 5 76 0 24 447 67 67
Binary 11000000 1001101 11001011 101 111110 0 10100 100100111 110111 110111

Color Harmonies of #C04DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04DCB

Black with #C04DCB

Text Example


Text Example

White with #C04DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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