Html Css Color HEX #C040B7 Fuchsia

📋 copy color: '#C040B7'

red 192 ◦ green 64 ◦ blue 183

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

Shades of Fuchsia #C040B7

Tints of Fuchsia #C040B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 41.69%

R = 43.74%
G = 14.58%
B = 41.69%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.05

 K value IS 0.25

RGB Variations

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

Color information

#C040B7 (or 0xC040B7) is known color: Fuchsia. HEX triplet: C0, 40 and B7. RGB value is (192,64,183). Sum of RGB (Red+Green+Blue) = 192+64+183=439 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.74% from 439); Green value is 64 (25.39% from 255 or 14.58% from 439); Blue value is 183 (71.88% from 255 or 41.69% from 439); Max value from RGB is 192 - color contains mainly: red. Hex color #C040B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C040B7 is #3FBF48. Grayscale: #737373. Windows color (decimal): -4177737 or 12009664. OLE color: 12009664.

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

Color convert

RGB 192 64 183 -
CMYK 0 0.67 0.05 0.25
HSL 304.22º 0.5% 0.5% -
HSV(B) 304.22º 0.67% 0.75% -
XYZ 32.12 18.29 46.64 -
YUV 115.84 165.91 182.32 -
System Red Green Blue C M Y K H S L
Decimal 192 64 183 0 0.67 0.05 0.25 304.22 0.5 0.5
Hex C0 40 B7 0 43 5 19 130 32 32
Octal 300 100 267 0 103 5 31 460 62 62
Binary 11000000 1000000 10110111 0 1000011 101 11001 100110000 110010 110010

Color Harmonies of #C040B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C040B7

Black with #C040B7

Text Example


Text Example

White with #C040B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C040B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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