Html Css Color HEX #C440BB Fuchsia

📋 copy color: '#C440BB'

red 196 ◦ green 64 ◦ blue 187

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

Shades of Fuchsia #C440BB

Tints of Fuchsia #C440BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 41.83%

R = 43.85%
G = 14.32%
B = 41.83%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C440BB (or 0xC440BB) is known color: Fuchsia. HEX triplet: C4, 40 and BB. RGB value is (196,64,187). Sum of RGB (Red+Green+Blue) = 196+64+187=447 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.85% from 447); Green value is 64 (25.39% from 255 or 14.32% from 447); Blue value is 187 (73.44% from 255 or 41.83% from 447); Max value from RGB is 196 - color contains mainly: red. Hex color #C440BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C440BB is #3BBF44. Grayscale: #757575. Windows color (decimal): -3915589 or 12271812. OLE color: 12271812.

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

Color convert

RGB 196 64 187 -
CMYK 0 0.67 0.05 0.23
HSL 304.09º 0.53% 0.51% -
HSV(B) 304.09º 0.67% 0.77% -
XYZ 33.57 18.99 48.91 -
YUV 117.49 167.23 184 -
System Red Green Blue C M Y K H S L
Decimal 196 64 187 0 0.67 0.05 0.23 304.09 0.53 0.51
Hex C4 40 BB 0 43 5 17 130 35 33
Octal 304 100 273 0 103 5 27 460 65 63
Binary 11000100 1000000 10111011 0 1000011 101 10111 100110000 110101 110011

Color Harmonies of #C440BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C440BB

Black with #C440BB

Text Example


Text Example

White with #C440BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C440BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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