Html Css Color HEX #C04CC5 Fuchsia

📋 copy color: '#C04CC5'

red 192 ◦ green 76 ◦ blue 197

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

Shades of Fuchsia #C04CC5

Tints of Fuchsia #C04CC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 42.37%

R = 41.29%
G = 16.34%
B = 42.37%

CMYK

 C value IS 0.03

 M value IS 0.61

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#C04CC5 (or 0xC04CC5) is known color: Fuchsia. HEX triplet: C0, 4C and C5. RGB value is (192,76,197). Sum of RGB (Red+Green+Blue) = 192+76+197=465 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.29% from 465); Green value is 76 (30.08% from 255 or 16.34% from 465); Blue value is 197 (77.34% from 255 or 42.37% from 465); Max value from RGB is 197 - color contains mainly: blue. Hex color #C04CC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C04CC5 is #3FB33A. Grayscale: #7C7C7C. Windows color (decimal): -4174651 or 12930240. OLE color: 12930240.

HSL color Cylindrical-coordinate representation of color #C04CC5: hue angle of 297.52º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C04CC5 is Cyan = 0.03, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 192 76 197 -
CMYK 0.03 0.61 0 0.23
HSL 297.52º 0.51% 0.54% -
HSV(B) 297.52º 0.61% 0.77% -
XYZ 34.4 20.41 54.95 -
YUV 124.48 168.93 176.16 -
System Red Green Blue C M Y K H S L
Decimal 192 76 197 0.03 0.61 0 0.23 297.52 0.51 0.54
Hex C0 4C C5 3 3D 0 17 12A 33 36
Octal 300 114 305 3 75 0 27 452 63 66
Binary 11000000 1001100 11000101 11 111101 0 10111 100101010 110011 110110

Color Harmonies of #C04CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04CC5

Black with #C04CC5

Text Example


Text Example

White with #C04CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04CC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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