Html Css Color HEX #C44BBF Fuchsia

📋 copy color: '#C44BBF'

red 196 ◦ green 75 ◦ blue 191

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

Shades of Fuchsia #C44BBF

Tints of Fuchsia #C44BBF

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.23%

 BLUE value IS 191 (75% from 255) = 41.34%

R = 42.42%
G = 16.23%
B = 41.34%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#C44BBF (or 0xC44BBF) is known color: Fuchsia. HEX triplet: C4, 4B and BF. RGB value is (196,75,191). Sum of RGB (Red+Green+Blue) = 196+75+191=462 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.42% from 462); Green value is 75 (29.69% from 255 or 16.23% from 462); Blue value is 191 (75% from 255 or 41.34% from 462); Max value from RGB is 196 - color contains mainly: red. Hex color #C44BBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C44BBF is #3BB440. Grayscale: #7C7C7C. Windows color (decimal): -3912769 or 12536772. OLE color: 12536772.

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

Color convert

RGB 196 75 191 -
CMYK 0 0.62 0.03 0.23
HSL 302.48º 0.51% 0.53% -
HSV(B) 302.48º 0.62% 0.77% -
XYZ 34.69 20.53 51.42 -
YUV 124.4 165.59 179.07 -
System Red Green Blue C M Y K H S L
Decimal 196 75 191 0 0.62 0.03 0.23 302.48 0.51 0.53
Hex C4 4B BF 0 3E 3 17 12E 33 35
Octal 304 113 277 0 76 3 27 456 63 65
Binary 11000100 1001011 10111111 0 111110 11 10111 100101110 110011 110101

Color Harmonies of #C44BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44BBF

Black with #C44BBF

Text Example


Text Example

White with #C44BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44BBF; }

 p { color: rgb(196,75,191); }

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

background-color css

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

 a { background-color: rgb(196,75,191); }

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

border-color css

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

 span { border-color: rgb(196,75,191); }

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