Html Css Color HEX #C746CB Fuchsia

📋 copy color: '#C746CB'

red 199 ◦ green 70 ◦ blue 203

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

Shades of Fuchsia #C746CB

Tints of Fuchsia #C746CB

RGB

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

 GREEN value IS 70 (27.73% from 255) = 14.83%

 BLUE value IS 203 (79.69% from 255) = 43.01%

R = 42.16%
G = 14.83%
B = 43.01%

CMYK

 C value IS 0.02

 M value IS 0.66

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C746CB (or 0xC746CB) is known color: Fuchsia. HEX triplet: C7, 46 and CB. RGB value is (199,70,203). Sum of RGB (Red+Green+Blue) = 199+70+203=472 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.16% from 472); Green value is 70 (27.73% from 255 or 14.83% from 472); Blue value is 203 (79.69% from 255 or 43.01% from 472); Max value from RGB is 203 - color contains mainly: blue. Hex color #C746CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C746CB is #38B934. Grayscale: #7B7B7B. Windows color (decimal): -3717429 or 13321927. OLE color: 13321927.

HSL color Cylindrical-coordinate representation of color #C746CB: hue angle of 298.2º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C746CB is Cyan = 0.02, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 199 70 203 -
CMYK 0.02 0.66 0 0.20
HSL 298.2º 0.56% 0.54% -
HSV(B) 298.2º 0.66% 0.8% -
XYZ 36.52 20.83 58.6 -
YUV 123.73 172.74 181.69 -
System Red Green Blue C M Y K H S L
Decimal 199 70 203 0.02 0.66 0 0.20 298.2 0.56 0.54
Hex C7 46 CB 2 42 0 14 12A 38 36
Octal 307 106 313 2 102 0 24 452 70 66
Binary 11000111 1000110 11001011 10 1000010 0 10100 100101010 111000 110110

Color Harmonies of #C746CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C746CB

Black with #C746CB

Text Example


Text Example

White with #C746CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C746CB; }

 p { color: rgb(199,70,203); }

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

background-color css

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

 a { background-color: rgb(199,70,203); }

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

border-color css

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

 span { border-color: rgb(199,70,203); }

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