Html Css Color HEX #C94DC5 Fuchsia

📋 copy color: '#C94DC5'

red 201 ◦ green 77 ◦ blue 197

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

Shades of Fuchsia #C94DC5

Tints of Fuchsia #C94DC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 41.47%

R = 42.32%
G = 16.21%
B = 41.47%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.02

 K value IS 0.21

RGB Variations

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

Color information

#C94DC5 (or 0xC94DC5) is known color: Fuchsia. HEX triplet: C9, 4D and C5. RGB value is (201,77,197). Sum of RGB (Red+Green+Blue) = 201+77+197=475 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.32% from 475); Green value is 77 (30.47% from 255 or 16.21% from 475); Blue value is 197 (77.34% from 255 or 41.47% from 475); Max value from RGB is 201 - color contains mainly: red. Hex color #C94DC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C94DC5 is #36B23A. Grayscale: #7F7F7F. Windows color (decimal): -3584571 or 12930505. OLE color: 12930505.

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

Color convert

RGB 201 77 197 -
CMYK 0 0.62 0.02 0.21
HSL 301.94º 0.53% 0.55% -
HSV(B) 301.94º 0.62% 0.79% -
XYZ 36.82 21.76 55.08 -
YUV 127.76 167.08 180.24 -
System Red Green Blue C M Y K H S L
Decimal 201 77 197 0 0.62 0.02 0.21 301.94 0.53 0.55
Hex C9 4D C5 0 3E 2 15 12E 35 37
Octal 311 115 305 0 76 2 25 456 65 67
Binary 11001001 1001101 11000101 0 111110 10 10101 100101110 110101 110111

Color Harmonies of #C94DC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94DC5

Black with #C94DC5

Text Example


Text Example

White with #C94DC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94DC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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