Html Css Color HEX #C74DCC Fuchsia

📋 copy color: '#C74DCC'

red 199 ◦ green 77 ◦ blue 204

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

Shades of Fuchsia #C74DCC

Tints of Fuchsia #C74DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.5%

R = 41.46%
G = 16.04%
B = 42.5%

CMYK

 C value IS 0.02

 M value IS 0.62

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C74DCC (or 0xC74DCC) is known color: Fuchsia. HEX triplet: C7, 4D and CC. RGB value is (199,77,204). Sum of RGB (Red+Green+Blue) = 199+77+204=480 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.46% from 480); Green value is 77 (30.47% from 255 or 16.04% from 480); Blue value is 204 (80.08% from 255 or 42.5% from 480); Max value from RGB is 204 - color contains mainly: blue. Hex color #C74DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C74DCC is #38B233. Grayscale: #7F7F7F. Windows color (decimal): -3715636 or 13389255. OLE color: 13389255.

HSL color Cylindrical-coordinate representation of color #C74DCC: hue angle of 297.64º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C74DCC is Cyan = 0.02, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 199 77 204 -
CMYK 0.02 0.62 0 0.2
HSL 297.64º 0.55% 0.55% -
HSV(B) 297.64º 0.62% 0.8% -
XYZ 37.11 21.81 59.38 -
YUV 127.96 170.92 178.67 -
System Red Green Blue C M Y K H S L
Decimal 199 77 204 0.02 0.62 0 0.2 297.64 0.55 0.55
Hex C7 4D CC 2 3E 0 14 12A 37 37
Octal 307 115 314 2 76 0 24 452 67 67
Binary 11000111 1001101 11001100 10 111110 0 10100 100101010 110111 110111

Color Harmonies of #C74DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74DCC

Black with #C74DCC

Text Example


Text Example

White with #C74DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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