Html Css Color HEX #C440B0 Fuchsia

📋 copy color: '#C440B0'

red 196 ◦ green 64 ◦ blue 176

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

Shades of Fuchsia #C440B0

Tints of Fuchsia #C440B0

RGB

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

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

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

R = 44.95%
G = 14.68%
B = 40.37%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.10

 K value IS 0.23

RGB Variations

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

Color information

#C440B0 (or 0xC440B0) is known color: Fuchsia. HEX triplet: C4, 40 and B0. RGB value is (196,64,176). Sum of RGB (Red+Green+Blue) = 196+64+176=436 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.95% from 436); Green value is 64 (25.39% from 255 or 14.68% from 436); Blue value is 176 (69.14% from 255 or 40.37% from 436); Max value from RGB is 196 - color contains mainly: red. Hex color #C440B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C440B0 is #3BBF4F. Grayscale: #737373. Windows color (decimal): -3915600 or 11550916. OLE color: 11550916.

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

Color convert

RGB 196 64 176 -
CMYK 0 0.67 0.10 0.23
HSL 309.09º 0.53% 0.51% -
HSV(B) 309.09º 0.67% 0.77% -
XYZ 32.43 18.54 42.94 -
YUV 116.24 161.73 184.89 -
System Red Green Blue C M Y K H S L
Decimal 196 64 176 0 0.67 0.10 0.23 309.09 0.53 0.51
Hex C4 40 B0 0 43 A 17 135 35 33
Octal 304 100 260 0 103 12 27 465 65 63
Binary 11000100 1000000 10110000 0 1000011 1010 10111 100110101 110101 110011

Color Harmonies of #C440B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C440B0

Black with #C440B0

Text Example


Text Example

White with #C440B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C440B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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