Html Css Color HEX #C040B8 Fuchsia

📋 copy color: '#C040B8'

red 192 ◦ green 64 ◦ blue 184

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

Shades of Fuchsia #C040B8

Tints of Fuchsia #C040B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 41.82%

R = 43.64%
G = 14.55%
B = 41.82%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#C040B8 (or 0xC040B8) is known color: Fuchsia. HEX triplet: C0, 40 and B8. RGB value is (192,64,184). Sum of RGB (Red+Green+Blue) = 192+64+184=440 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.64% from 440); Green value is 64 (25.39% from 255 or 14.55% from 440); Blue value is 184 (72.27% from 255 or 41.82% from 440); Max value from RGB is 192 - color contains mainly: red. Hex color #C040B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C040B8 is #3FBF47. Grayscale: #737373. Windows color (decimal): -4177736 or 12075200. OLE color: 12075200.

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

Color convert

RGB 192 64 184 -
CMYK 0 0.67 0.04 0.25
HSL 303.75º 0.5% 0.5% -
HSV(B) 303.75º 0.67% 0.75% -
XYZ 32.22 18.33 47.19 -
YUV 115.95 166.41 182.24 -
System Red Green Blue C M Y K H S L
Decimal 192 64 184 0 0.67 0.04 0.25 303.75 0.5 0.5
Hex C0 40 B8 0 43 4 19 130 32 32
Octal 300 100 270 0 103 4 31 460 62 62
Binary 11000000 1000000 10111000 0 1000011 100 11001 100110000 110010 110010

Color Harmonies of #C040B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C040B8

Black with #C040B8

Text Example


Text Example

White with #C040B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C040B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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