Html Css Color HEX #C94DC7 Fuchsia

📋 copy color: '#C94DC7'

red 201 ◦ green 77 ◦ blue 199

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

Shades of Fuchsia #C94DC7

Tints of Fuchsia #C94DC7

RGB

 RED value IS 201 (78.91% from 255) = 42.14%

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

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

R = 42.14%
G = 16.14%
B = 41.72%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.01

 K value IS 0.21

RGB Variations

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

Color information

#C94DC7 (or 0xC94DC7) is known color: Fuchsia. HEX triplet: C9, 4D and C7. RGB value is (201,77,199). Sum of RGB (Red+Green+Blue) = 201+77+199=477 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.14% from 477); Green value is 77 (30.47% from 255 or 16.14% from 477); Blue value is 199 (78.12% from 255 or 41.72% from 477); Max value from RGB is 201 - color contains mainly: red. Hex color #C94DC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C94DC7 is #36B238. Grayscale: #7F7F7F. Windows color (decimal): -3584569 or 13061577. OLE color: 13061577.

HSL color Cylindrical-coordinate representation of color #C94DC7: hue angle of 300.97º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C94DC7 is Cyan = 0, Magento = 0.62, Yellow = 0.01 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 77 199 -
CMYK 0 0.62 0.01 0.21
HSL 300.97º 0.53% 0.55% -
HSV(B) 300.97º 0.62% 0.79% -
XYZ 37.05 21.85 56.3 -
YUV 127.98 168.08 180.08 -
System Red Green Blue C M Y K H S L
Decimal 201 77 199 0 0.62 0.01 0.21 300.97 0.53 0.55
Hex C9 4D C7 0 3E 1 15 12D 35 37
Octal 311 115 307 0 76 1 25 455 65 67
Binary 11001001 1001101 11000111 0 111110 1 10101 100101101 110101 110111

Color Harmonies of #C94DC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94DC7

Black with #C94DC7

Text Example


Text Example

White with #C94DC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94DC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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