Html Css Color HEX #C74DC3 Fuchsia

📋 copy color: '#C74DC3'

red 199 ◦ green 77 ◦ blue 195

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

Shades of Fuchsia #C74DC3

Tints of Fuchsia #C74DC3

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.35%

 BLUE value IS 195 (76.56% from 255) = 41.4%

R = 42.25%
G = 16.35%
B = 41.4%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.02

 K value IS 0.22

RGB Variations

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

Color information

#C74DC3 (or 0xC74DC3) is known color: Fuchsia. HEX triplet: C7, 4D and C3. RGB value is (199,77,195). Sum of RGB (Red+Green+Blue) = 199+77+195=471 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.25% from 471); Green value is 77 (30.47% from 255 or 16.35% from 471); Blue value is 195 (76.56% from 255 or 41.40% from 471); Max value from RGB is 199 - color contains mainly: red. Hex color #C74DC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C74DC3 is #38B23C. Grayscale: #7E7E7E. Windows color (decimal): -3715645 or 12799431. OLE color: 12799431.

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

Color convert

RGB 199 77 195 -
CMYK 0 0.61 0.02 0.22
HSL 301.97º 0.52% 0.54% -
HSV(B) 301.97º 0.61% 0.78% -
XYZ 36.06 21.39 53.86 -
YUV 126.93 166.42 179.41 -
System Red Green Blue C M Y K H S L
Decimal 199 77 195 0 0.61 0.02 0.22 301.97 0.52 0.54
Hex C7 4D C3 0 3D 2 16 12E 34 36
Octal 307 115 303 0 75 2 26 456 64 66
Binary 11000111 1001101 11000011 0 111101 10 10110 100101110 110100 110110

Color Harmonies of #C74DC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74DC3

Black with #C74DC3

Text Example


Text Example

White with #C74DC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74DC3; }

 p { color: rgb(199,77,195); }

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

background-color css

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

 a { background-color: rgb(199,77,195); }

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

border-color css

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

 span { border-color: rgb(199,77,195); }

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