Html Css Color HEX #C444BD Fuchsia

📋 copy color: '#C444BD'

red 196 ◦ green 68 ◦ blue 189

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

Shades of Fuchsia #C444BD

Tints of Fuchsia #C444BD

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.01%

 BLUE value IS 189 (74.22% from 255) = 41.72%

R = 43.27%
G = 15.01%
B = 41.72%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C444BD (or 0xC444BD) is known color: Fuchsia. HEX triplet: C4, 44 and BD. RGB value is (196,68,189). Sum of RGB (Red+Green+Blue) = 196+68+189=453 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.27% from 453); Green value is 68 (26.95% from 255 or 15.01% from 453); Blue value is 189 (74.22% from 255 or 41.72% from 453); Max value from RGB is 196 - color contains mainly: red. Hex color #C444BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C444BD is #3BBB42. Grayscale: #777777. Windows color (decimal): -3914563 or 12403908. OLE color: 12403908.

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

Color convert

RGB 196 68 189 -
CMYK 0 0.65 0.04 0.23
HSL 303.28º 0.52% 0.52% -
HSV(B) 303.28º 0.65% 0.77% -
XYZ 34.02 19.54 50.12 -
YUV 120.07 166.91 182.16 -
System Red Green Blue C M Y K H S L
Decimal 196 68 189 0 0.65 0.04 0.23 303.28 0.52 0.52
Hex C4 44 BD 0 41 4 17 12F 34 34
Octal 304 104 275 0 101 4 27 457 64 64
Binary 11000100 1000100 10111101 0 1000001 100 10111 100101111 110100 110100

Color Harmonies of #C444BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C444BD

Black with #C444BD

Text Example


Text Example

White with #C444BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C444BD; }

 p { color: rgb(196,68,189); }

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

background-color css

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

 a { background-color: rgb(196,68,189); }

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

border-color css

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

 span { border-color: rgb(196,68,189); }

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