Html Css Color HEX #C44CBA Fuchsia

📋 copy color: '#C44CBA'

red 196 ◦ green 76 ◦ blue 186

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

Shades of Fuchsia #C44CBA

Tints of Fuchsia #C44CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40.61%

R = 42.79%
G = 16.59%
B = 40.61%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C44CBA (or 0xC44CBA) is known color: Fuchsia. HEX triplet: C4, 4C and BA. RGB value is (196,76,186). Sum of RGB (Red+Green+Blue) = 196+76+186=458 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.79% from 458); Green value is 76 (30.08% from 255 or 16.59% from 458); Blue value is 186 (73.05% from 255 or 40.61% from 458); Max value from RGB is 196 - color contains mainly: red. Hex color #C44CBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C44CBA is #3BB345. Grayscale: #7C7C7C. Windows color (decimal): -3912518 or 12209348. OLE color: 12209348.

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

Color convert

RGB 196 76 186 -
CMYK 0 0.61 0.05 0.23
HSL 305º 0.5% 0.53% -
HSV(B) 305º 0.61% 0.77% -
XYZ 34.21 20.45 48.6 -
YUV 124.42 162.76 179.06 -
System Red Green Blue C M Y K H S L
Decimal 196 76 186 0 0.61 0.05 0.23 305 0.5 0.53
Hex C4 4C BA 0 3D 5 17 131 32 35
Octal 304 114 272 0 75 5 27 461 62 65
Binary 11000100 1001100 10111010 0 111101 101 10111 100110001 110010 110101

Color Harmonies of #C44CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44CBA

Black with #C44CBA

Text Example


Text Example

White with #C44CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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