Html Css Color HEX #C749CD Fuchsia

📋 copy color: '#C749CD'

red 199 ◦ green 73 ◦ blue 205

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

Shades of Fuchsia #C749CD

Tints of Fuchsia #C749CD

RGB

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

 GREEN value IS 73 (28.91% from 255) = 15.3%

 BLUE value IS 205 (80.47% from 255) = 42.98%

R = 41.72%
G = 15.3%
B = 42.98%

CMYK

 C value IS 0.03

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C749CD (or 0xC749CD) is known color: Fuchsia. HEX triplet: C7, 49 and CD. RGB value is (199,73,205). Sum of RGB (Red+Green+Blue) = 199+73+205=477 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.72% from 477); Green value is 73 (28.91% from 255 or 15.30% from 477); Blue value is 205 (80.47% from 255 or 42.98% from 477); Max value from RGB is 205 - color contains mainly: blue. Hex color #C749CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C749CD is #38B632. Grayscale: #7D7D7D. Windows color (decimal): -3716659 or 13453767. OLE color: 13453767.

HSL color Cylindrical-coordinate representation of color #C749CD: hue angle of 297.27º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C749CD is Cyan = 0.03, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 199 73 205 -
CMYK 0.03 0.64 0 0.20
HSL 297.27º 0.57% 0.55% -
HSV(B) 297.27º 0.64% 0.8% -
XYZ 36.96 21.31 59.92 -
YUV 125.72 172.74 180.27 -
System Red Green Blue C M Y K H S L
Decimal 199 73 205 0.03 0.64 0 0.20 297.27 0.57 0.55
Hex C7 49 CD 3 40 0 14 129 39 37
Octal 307 111 315 3 100 0 24 451 71 67
Binary 11000111 1001001 11001101 11 1000000 0 10100 100101001 111001 110111

Color Harmonies of #C749CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C749CD

Black with #C749CD

Text Example


Text Example

White with #C749CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C749CD; }

 p { color: rgb(199,73,205); }

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

background-color css

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

 a { background-color: rgb(199,73,205); }

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

border-color css

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

 span { border-color: rgb(199,73,205); }

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