Html Css Color HEX #C440B6 Fuchsia

📋 copy color: '#C440B6'

red 196 ◦ green 64 ◦ blue 182

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

Shades of Fuchsia #C440B6

Tints of Fuchsia #C440B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 41.18%

R = 44.34%
G = 14.48%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.07

 K value IS 0.23

RGB Variations

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

Color information

#C440B6 (or 0xC440B6) is known color: Fuchsia. HEX triplet: C4, 40 and B6. RGB value is (196,64,182). Sum of RGB (Red+Green+Blue) = 196+64+182=442 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.34% from 442); Green value is 64 (25.39% from 255 or 14.48% from 442); Blue value is 182 (71.48% from 255 or 41.18% from 442); Max value from RGB is 196 - color contains mainly: red. Hex color #C440B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C440B6 is #3BBF49. Grayscale: #747474. Windows color (decimal): -3915594 or 11944132. OLE color: 11944132.

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

Color convert

RGB 196 64 182 -
CMYK 0 0.67 0.07 0.23
HSL 306.36º 0.53% 0.51% -
HSV(B) 306.36º 0.67% 0.77% -
XYZ 33.04 18.78 46.14 -
YUV 116.92 164.73 184.41 -
System Red Green Blue C M Y K H S L
Decimal 196 64 182 0 0.67 0.07 0.23 306.36 0.53 0.51
Hex C4 40 B6 0 43 7 17 132 35 33
Octal 304 100 266 0 103 7 27 462 65 63
Binary 11000100 1000000 10110110 0 1000011 111 10111 100110010 110101 110011

Color Harmonies of #C440B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C440B6

Black with #C440B6

Text Example


Text Example

White with #C440B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C440B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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