Html Css Color HEX #C440BC Fuchsia

📋 copy color: '#C440BC'

red 196 ◦ green 64 ◦ blue 188

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

Shades of Fuchsia #C440BC

Tints of Fuchsia #C440BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.96%

R = 43.75%
G = 14.29%
B = 41.96%

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

#C440BC (or 0xC440BC) is known color: Fuchsia. HEX triplet: C4, 40 and BC. RGB value is (196,64,188). Sum of RGB (Red+Green+Blue) = 196+64+188=448 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.75% from 448); Green value is 64 (25.39% from 255 or 14.29% from 448); Blue value is 188 (73.83% from 255 or 41.96% from 448); Max value from RGB is 196 - color contains mainly: red. Hex color #C440BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C440BC is #3BBF43. Grayscale: #757575. Windows color (decimal): -3915588 or 12337348. OLE color: 12337348.

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

Color convert

RGB 196 64 188 -
CMYK 0 0.67 0.04 0.23
HSL 303.64º 0.53% 0.51% -
HSV(B) 303.64º 0.67% 0.77% -
XYZ 33.68 19.03 49.48 -
YUV 117.6 167.73 183.92 -
System Red Green Blue C M Y K H S L
Decimal 196 64 188 0 0.67 0.04 0.23 303.64 0.53 0.51
Hex C4 40 BC 0 43 4 17 130 35 33
Octal 304 100 274 0 103 4 27 460 65 63
Binary 11000100 1000000 10111100 0 1000011 100 10111 100110000 110101 110011

Color Harmonies of #C440BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C440BC

Black with #C440BC

Text Example


Text Example

White with #C440BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C440BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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