Html Css Color HEX #C440BD Fuchsia

📋 copy color: '#C440BD'

red 196 ◦ green 64 ◦ blue 189

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

Shades of Fuchsia #C440BD

Tints of Fuchsia #C440BD

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.25%

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

R = 43.65%
G = 14.25%
B = 42.09%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C440BD (or 0xC440BD) is known color: Fuchsia. HEX triplet: C4, 40 and BD. RGB value is (196,64,189). Sum of RGB (Red+Green+Blue) = 196+64+189=449 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.65% from 449); Green value is 64 (25.39% from 255 or 14.25% from 449); Blue value is 189 (74.22% from 255 or 42.09% from 449); Max value from RGB is 196 - color contains mainly: red. Hex color #C440BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C440BD is #3BBF42. Grayscale: #757575. Windows color (decimal): -3915587 or 12402884. OLE color: 12402884.

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

Color convert

RGB 196 64 189 -
CMYK 0 0.67 0.04 0.23
HSL 303.18º 0.53% 0.51% -
HSV(B) 303.18º 0.67% 0.77% -
XYZ 33.78 19.08 50.05 -
YUV 117.72 168.23 183.84 -
System Red Green Blue C M Y K H S L
Decimal 196 64 189 0 0.67 0.04 0.23 303.18 0.53 0.51
Hex C4 40 BD 0 43 4 17 12F 35 33
Octal 304 100 275 0 103 4 27 457 65 63
Binary 11000100 1000000 10111101 0 1000011 100 10111 100101111 110101 110011

Color Harmonies of #C440BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C440BD

Black with #C440BD

Text Example


Text Example

White with #C440BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C440BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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