Html Css Color HEX #C44CC1 Fuchsia

📋 copy color: '#C44CC1'

red 196 ◦ green 76 ◦ blue 193

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

Shades of Fuchsia #C44CC1

Tints of Fuchsia #C44CC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 41.51%

R = 42.15%
G = 16.34%
B = 41.51%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.02

 K value IS 0.23

RGB Variations

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

Color information

#C44CC1 (or 0xC44CC1) is known color: Fuchsia. HEX triplet: C4, 4C and C1. RGB value is (196,76,193). Sum of RGB (Red+Green+Blue) = 196+76+193=465 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.15% from 465); Green value is 76 (30.08% from 255 or 16.34% from 465); Blue value is 193 (75.78% from 255 or 41.51% from 465); Max value from RGB is 196 - color contains mainly: red. Hex color #C44CC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C44CC1 is #3BB33E. Grayscale: #7C7C7C. Windows color (decimal): -3912511 or 12668100. OLE color: 12668100.

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

Color convert

RGB 196 76 193 -
CMYK 0 0.61 0.02 0.23
HSL 301.5º 0.5% 0.53% -
HSV(B) 301.5º 0.61% 0.77% -
XYZ 34.98 20.75 52.61 -
YUV 125.22 166.26 178.49 -
System Red Green Blue C M Y K H S L
Decimal 196 76 193 0 0.61 0.02 0.23 301.5 0.5 0.53
Hex C4 4C C1 0 3D 2 17 12E 32 35
Octal 304 114 301 0 75 2 27 456 62 65
Binary 11000100 1001100 11000001 0 111101 10 10111 100101110 110010 110101

Color Harmonies of #C44CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44CC1

Black with #C44CC1

Text Example


Text Example

White with #C44CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44CC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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