Html Css Color HEX #C94DB4 Fuchsia

📋 copy color: '#C94DB4'

red 201 ◦ green 77 ◦ blue 180

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

Shades of Fuchsia #C94DB4

Tints of Fuchsia #C94DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 39.3%

R = 43.89%
G = 16.81%
B = 39.3%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.10

 K value IS 0.21

RGB Variations

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

Color information

#C94DB4 (or 0xC94DB4) is known color: Fuchsia. HEX triplet: C9, 4D and B4. RGB value is (201,77,180). Sum of RGB (Red+Green+Blue) = 201+77+180=458 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.89% from 458); Green value is 77 (30.47% from 255 or 16.81% from 458); Blue value is 180 (70.70% from 255 or 39.30% from 458); Max value from RGB is 201 - color contains mainly: red. Hex color #C94DB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C94DB4 is #36B24B. Grayscale: #7D7D7D. Windows color (decimal): -3584588 or 11816393. OLE color: 11816393.

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

Color convert

RGB 201 77 180 -
CMYK 0 0.62 0.10 0.21
HSL 310.16º 0.53% 0.55% -
HSV(B) 310.16º 0.62% 0.79% -
XYZ 34.98 21.02 45.39 -
YUV 125.82 158.58 181.62 -
System Red Green Blue C M Y K H S L
Decimal 201 77 180 0 0.62 0.10 0.21 310.16 0.53 0.55
Hex C9 4D B4 0 3E A 15 136 35 37
Octal 311 115 264 0 76 12 25 466 65 67
Binary 11001001 1001101 10110100 0 111110 1010 10101 100110110 110101 110111

Color Harmonies of #C94DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94DB4

Black with #C94DB4

Text Example


Text Example

White with #C94DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94DB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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