Html Css Color HEX #C04CBC Fuchsia

📋 copy color: '#C04CBC'

red 192 ◦ green 76 ◦ blue 188

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

Shades of Fuchsia #C04CBC

Tints of Fuchsia #C04CBC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.67%

 BLUE value IS 188 (73.83% from 255) = 41.23%

R = 42.11%
G = 16.67%
B = 41.23%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#C04CBC (or 0xC04CBC) is known color: Fuchsia. HEX triplet: C0, 4C and BC. RGB value is (192,76,188). Sum of RGB (Red+Green+Blue) = 192+76+188=456 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.11% from 456); Green value is 76 (30.08% from 255 or 16.67% from 456); Blue value is 188 (73.83% from 255 or 41.23% from 456); Max value from RGB is 192 - color contains mainly: red. Hex color #C04CBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C04CBC is #3FB343. Grayscale: #7B7B7B. Windows color (decimal): -4174660 or 12340416. OLE color: 12340416.

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

Color convert

RGB 192 76 188 -
CMYK 0 0.60 0.02 0.25
HSL 302.07º 0.48% 0.53% -
HSV(B) 302.07º 0.6% 0.75% -
XYZ 33.4 20.01 49.68 -
YUV 123.45 164.43 176.89 -
System Red Green Blue C M Y K H S L
Decimal 192 76 188 0 0.60 0.02 0.25 302.07 0.48 0.53
Hex C0 4C BC 0 3C 2 19 12E 30 35
Octal 300 114 274 0 74 2 31 456 60 65
Binary 11000000 1001100 10111100 0 111100 10 11001 100101110 110000 110101

Color Harmonies of #C04CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04CBC

Black with #C04CBC

Text Example


Text Example

White with #C04CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04CBC; }

 p { color: rgb(192,76,188); }

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

background-color css

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

 a { background-color: rgb(192,76,188); }

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

border-color css

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

 span { border-color: rgb(192,76,188); }

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