Html Css Color HEX #C94DC1 Fuchsia

📋 copy color: '#C94DC1'

red 201 ◦ green 77 ◦ blue 193

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

Shades of Fuchsia #C94DC1

Tints of Fuchsia #C94DC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 40.98%

R = 42.68%
G = 16.35%
B = 40.98%

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

#C94DC1 (or 0xC94DC1) is known color: Fuchsia. HEX triplet: C9, 4D and C1. RGB value is (201,77,193). Sum of RGB (Red+Green+Blue) = 201+77+193=471 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.68% from 471); Green value is 77 (30.47% from 255 or 16.35% from 471); Blue value is 193 (75.78% from 255 or 40.98% from 471); Max value from RGB is 201 - color contains mainly: red. Hex color #C94DC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C94DC1 is #36B23E. Grayscale: #7E7E7E. Windows color (decimal): -3584575 or 12668361. OLE color: 12668361.

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

Color convert

RGB 201 77 193 -
CMYK 0 0.62 0.04 0.21
HSL 303.87º 0.53% 0.55% -
HSV(B) 303.87º 0.62% 0.79% -
XYZ 36.37 21.58 52.7 -
YUV 127.3 165.08 180.57 -
System Red Green Blue C M Y K H S L
Decimal 201 77 193 0 0.62 0.04 0.21 303.87 0.53 0.55
Hex C9 4D C1 0 3E 4 15 130 35 37
Octal 311 115 301 0 76 4 25 460 65 67
Binary 11001001 1001101 11000001 0 111110 100 10101 100110000 110101 110111

Color Harmonies of #C94DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94DC1

Black with #C94DC1

Text Example


Text Example

White with #C94DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94DC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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