Html Css Color HEX #C040B4 Fuchsia

📋 copy color: '#C040B4'

red 192 ◦ green 64 ◦ blue 180

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

Shades of Fuchsia #C040B4

Tints of Fuchsia #C040B4

RGB

 RED value IS 192 (75.39% from 255) = 44.04%

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

 BLUE value IS 180 (70.7% from 255) = 41.28%

R = 44.04%
G = 14.68%
B = 41.28%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#C040B4 (or 0xC040B4) is known color: Fuchsia. HEX triplet: C0, 40 and B4. RGB value is (192,64,180). Sum of RGB (Red+Green+Blue) = 192+64+180=436 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.04% from 436); Green value is 64 (25.39% from 255 or 14.68% from 436); Blue value is 180 (70.70% from 255 or 41.28% from 436); Max value from RGB is 192 - color contains mainly: red. Hex color #C040B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C040B4 is #3FBF4B. Grayscale: #737373. Windows color (decimal): -4177740 or 11813056. OLE color: 11813056.

HSL color Cylindrical-coordinate representation of color #C040B4: hue angle of 305.62º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C040B4 is Cyan = 0, Magento = 0.67, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 64 180 -
CMYK 0 0.67 0.06 0.25
HSL 305.63º 0.5% 0.5% -
HSV(B) 305.63º 0.67% 0.75% -
XYZ 31.81 18.17 45.01 -
YUV 115.5 164.41 182.57 -
System Red Green Blue C M Y K H S L
Decimal 192 64 180 0 0.67 0.06 0.25 305.63 0.5 0.5
Hex C0 40 B4 0 43 6 19 132 32 32
Octal 300 100 264 0 103 6 31 462 62 62
Binary 11000000 1000000 10110100 0 1000011 110 11001 100110010 110010 110010

Color Harmonies of #C040B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C040B4

Black with #C040B4

Text Example


Text Example

White with #C040B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C040B4; }

 p { color: rgb(192,64,180); }

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

background-color css

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

 a { background-color: rgb(192,64,180); }

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

border-color css

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

 span { border-color: rgb(192,64,180); }

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