Html Css Color HEX #C44CC5 Fuchsia

📋 copy color: '#C44CC5'

red 196 ◦ green 76 ◦ blue 197

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

Shades of Fuchsia #C44CC5

Tints of Fuchsia #C44CC5

RGB

 RED value IS 196 (76.95% from 255) = 41.79%

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

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

R = 41.79%
G = 16.2%
B = 42%

CMYK

 C value IS 0.01

 M value IS 0.61

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#C44CC5 (or 0xC44CC5) is known color: Fuchsia. HEX triplet: C4, 4C and C5. RGB value is (196,76,197). Sum of RGB (Red+Green+Blue) = 196+76+197=469 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.79% from 469); Green value is 76 (30.08% from 255 or 16.20% from 469); Blue value is 197 (77.34% from 255 or 42.00% from 469); Max value from RGB is 197 - color contains mainly: blue. Hex color #C44CC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C44CC5 is #3BB33A. Grayscale: #7D7D7D. Windows color (decimal): -3912507 or 12930244. OLE color: 12930244.

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

Color convert

RGB 196 76 197 -
CMYK 0.01 0.61 0 0.23
HSL 299.5º 0.51% 0.54% -
HSV(B) 299.5º 0.61% 0.77% -
XYZ 35.43 20.94 55 -
YUV 125.67 168.26 178.16 -
System Red Green Blue C M Y K H S L
Decimal 196 76 197 0.01 0.61 0 0.23 299.5 0.51 0.54
Hex C4 4C C5 1 3D 0 17 12C 33 36
Octal 304 114 305 1 75 0 27 454 63 66
Binary 11000100 1001100 11000101 1 111101 0 10111 100101100 110011 110110

Color Harmonies of #C44CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44CC5

Black with #C44CC5

Text Example


Text Example

White with #C44CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44CC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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