Html Css Color HEX #C443B0 Fuchsia

📋 copy color: '#C443B0'

red 196 ◦ green 67 ◦ blue 176

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

Shades of Fuchsia #C443B0

Tints of Fuchsia #C443B0

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.26%

 BLUE value IS 176 (69.14% from 255) = 40.09%

R = 44.65%
G = 15.26%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.10

 K value IS 0.23

RGB Variations

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

Color information

#C443B0 (or 0xC443B0) is known color: Fuchsia. HEX triplet: C4, 43 and B0. RGB value is (196,67,176). Sum of RGB (Red+Green+Blue) = 196+67+176=439 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.65% from 439); Green value is 67 (26.56% from 255 or 15.26% from 439); Blue value is 176 (69.14% from 255 or 40.09% from 439); Max value from RGB is 196 - color contains mainly: red. Hex color #C443B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C443B0 is #3BBC4F. Grayscale: #757575. Windows color (decimal): -3914832 or 11551684. OLE color: 11551684.

HSL color Cylindrical-coordinate representation of color #C443B0: hue angle of 309.3º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C443B0 is Cyan = 0, Magento = 0.66, Yellow = 0.10 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 67 176 -
CMYK 0 0.66 0.10 0.23
HSL 309.3º 0.52% 0.52% -
HSV(B) 309.3º 0.66% 0.77% -
XYZ 32.61 18.88 43 -
YUV 118 160.74 183.64 -
System Red Green Blue C M Y K H S L
Decimal 196 67 176 0 0.66 0.10 0.23 309.3 0.52 0.52
Hex C4 43 B0 0 42 A 17 135 34 34
Octal 304 103 260 0 102 12 27 465 64 64
Binary 11000100 1000011 10110000 0 1000010 1010 10111 100110101 110100 110100

Color Harmonies of #C443B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C443B0

Black with #C443B0

Text Example


Text Example

White with #C443B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C443B0; }

 p { color: rgb(196,67,176); }

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

background-color css

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

 a { background-color: rgb(196,67,176); }

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

border-color css

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

 span { border-color: rgb(196,67,176); }

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