Html Css Color HEX #C94DC0 Fuchsia

📋 copy color: '#C94DC0'

red 201 ◦ green 77 ◦ blue 192

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

Shades of Fuchsia #C94DC0

Tints of Fuchsia #C94DC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 40.85%

R = 42.77%
G = 16.38%
B = 40.85%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.04

 K value IS 0.21

RGB Variations

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

Color information

#C94DC0 (or 0xC94DC0) is known color: Fuchsia. HEX triplet: C9, 4D and C0. RGB value is (201,77,192). Sum of RGB (Red+Green+Blue) = 201+77+192=470 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.77% from 470); Green value is 77 (30.47% from 255 or 16.38% from 470); Blue value is 192 (75.39% from 255 or 40.85% from 470); Max value from RGB is 201 - color contains mainly: red. Hex color #C94DC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C94DC0 is #36B23F. Grayscale: #7E7E7E. Windows color (decimal): -3584576 or 12602825. OLE color: 12602825.

HSL color Cylindrical-coordinate representation of color #C94DC0: hue angle of 304.35º 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 #C94DC0 is Cyan = 0, Magento = 0.62, Yellow = 0.04 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 77 192 -
CMYK 0 0.62 0.04 0.21
HSL 304.35º 0.53% 0.55% -
HSV(B) 304.35º 0.62% 0.79% -
XYZ 36.26 21.53 52.11 -
YUV 127.19 164.58 180.65 -
System Red Green Blue C M Y K H S L
Decimal 201 77 192 0 0.62 0.04 0.21 304.35 0.53 0.55
Hex C9 4D C0 0 3E 4 15 130 35 37
Octal 311 115 300 0 76 4 25 460 65 67
Binary 11001001 1001101 11000000 0 111110 100 10101 100110000 110101 110111

Color Harmonies of #C94DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94DC0

Black with #C94DC0

Text Example


Text Example

White with #C94DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94DC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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