Html Css Color HEX #C740BC Fuchsia

📋 copy color: '#C740BC'

red 199 ◦ green 64 ◦ blue 188

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

Shades of Fuchsia #C740BC

Tints of Fuchsia #C740BC

RGB

 RED value IS 199 (78.13% from 255) = 44.12%

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

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

R = 44.12%
G = 14.19%
B = 41.69%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C740BC (or 0xC740BC) is known color: Fuchsia. HEX triplet: C7, 40 and BC. RGB value is (199,64,188). Sum of RGB (Red+Green+Blue) = 199+64+188=451 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.12% from 451); Green value is 64 (25.39% from 255 or 14.19% from 451); Blue value is 188 (73.83% from 255 or 41.69% from 451); Max value from RGB is 199 - color contains mainly: red. Hex color #C740BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C740BC is #38BF43. Grayscale: #767676. Windows color (decimal): -3718980 or 12337351. OLE color: 12337351.

HSL color Cylindrical-coordinate representation of color #C740BC: hue angle of 304.89º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C740BC is Cyan = 0, Magento = 0.68, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 64 188 -
CMYK 0 0.68 0.06 0.22
HSL 304.89º 0.55% 0.52% -
HSV(B) 304.89º 0.68% 0.78% -
XYZ 34.46 19.44 49.51 -
YUV 118.5 167.23 185.42 -
System Red Green Blue C M Y K H S L
Decimal 199 64 188 0 0.68 0.06 0.22 304.89 0.55 0.52
Hex C7 40 BC 0 44 6 16 131 37 34
Octal 307 100 274 0 104 6 26 461 67 64
Binary 11000111 1000000 10111100 0 1000100 110 10110 100110001 110111 110100

Color Harmonies of #C740BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C740BC

Black with #C740BC

Text Example


Text Example

White with #C740BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C740BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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