Html Css Color HEX #C44BBA Fuchsia

📋 copy color: '#C44BBA'

red 196 ◦ green 75 ◦ blue 186

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

Shades of Fuchsia #C44BBA

Tints of Fuchsia #C44BBA

RGB

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

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

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

R = 42.89%
G = 16.41%
B = 40.7%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C44BBA (or 0xC44BBA) is known color: Fuchsia. HEX triplet: C4, 4B and BA. RGB value is (196,75,186). Sum of RGB (Red+Green+Blue) = 196+75+186=457 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.89% from 457); Green value is 75 (29.69% from 255 or 16.41% from 457); Blue value is 186 (73.05% from 255 or 40.70% from 457); Max value from RGB is 196 - color contains mainly: red. Hex color #C44BBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C44BBA is #3BB445. Grayscale: #7B7B7B. Windows color (decimal): -3912774 or 12209092. OLE color: 12209092.

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

Color convert

RGB 196 75 186 -
CMYK 0 0.62 0.05 0.23
HSL 304.96º 0.51% 0.53% -
HSV(B) 304.96º 0.62% 0.77% -
XYZ 34.14 20.31 48.58 -
YUV 123.83 163.09 179.47 -
System Red Green Blue C M Y K H S L
Decimal 196 75 186 0 0.62 0.05 0.23 304.96 0.51 0.53
Hex C4 4B BA 0 3E 5 17 131 33 35
Octal 304 113 272 0 76 5 27 461 63 65
Binary 11000100 1001011 10111010 0 111110 101 10111 100110001 110011 110101

Color Harmonies of #C44BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44BBA

Black with #C44BBA

Text Example


Text Example

White with #C44BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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