Html Css Color HEX #C44CB8 Fuchsia

📋 copy color: '#C44CB8'

red 196 ◦ green 76 ◦ blue 184

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

Shades of Fuchsia #C44CB8

Tints of Fuchsia #C44CB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 40.35%

R = 42.98%
G = 16.67%
B = 40.35%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#C44CB8 (or 0xC44CB8) is known color: Fuchsia. HEX triplet: C4, 4C and B8. RGB value is (196,76,184). Sum of RGB (Red+Green+Blue) = 196+76+184=456 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.98% from 456); Green value is 76 (30.08% from 255 or 16.67% from 456); Blue value is 184 (72.27% from 255 or 40.35% from 456); Max value from RGB is 196 - color contains mainly: red. Hex color #C44CB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C44CB8 is #3BB347. Grayscale: #7B7B7B. Windows color (decimal): -3912520 or 12078276. OLE color: 12078276.

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

Color convert

RGB 196 76 184 -
CMYK 0 0.61 0.06 0.23
HSL 306º 0.5% 0.53% -
HSV(B) 306º 0.61% 0.77% -
XYZ 34 20.37 47.49 -
YUV 124.19 161.76 179.22 -
System Red Green Blue C M Y K H S L
Decimal 196 76 184 0 0.61 0.06 0.23 306 0.5 0.53
Hex C4 4C B8 0 3D 6 17 132 32 35
Octal 304 114 270 0 75 6 27 462 62 65
Binary 11000100 1001100 10111000 0 111101 110 10111 100110010 110010 110101

Color Harmonies of #C44CB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44CB8

Black with #C44CB8

Text Example


Text Example

White with #C44CB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44CB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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