Html Css Color HEX #C94CD1 Fuchsia

📋 copy color: '#C94CD1'

red 201 ◦ green 76 ◦ blue 209

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

Shades of Fuchsia #C94CD1

Tints of Fuchsia #C94CD1

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.64%

 BLUE value IS 209 (82.03% from 255) = 43%

R = 41.36%
G = 15.64%
B = 43%

CMYK

 C value IS 0.04

 M value IS 0.64

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C94CD1 (or 0xC94CD1) is known color: Fuchsia. HEX triplet: C9, 4C and D1. RGB value is (201,76,209). Sum of RGB (Red+Green+Blue) = 201+76+209=486 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.36% from 486); Green value is 76 (30.08% from 255 or 15.64% from 486); Blue value is 209 (82.03% from 255 or 43.00% from 486); Max value from RGB is 209 - color contains mainly: blue. Hex color #C94CD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C94CD1 is #36B32E. Grayscale: #808080. Windows color (decimal): -3584815 or 13716681. OLE color: 13716681.

HSL color Cylindrical-coordinate representation of color #C94CD1: hue angle of 296.39º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C94CD1 is Cyan = 0.04, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 201 76 209 -
CMYK 0.04 0.64 0 0.18
HSL 296.39º 0.59% 0.56% -
HSV(B) 296.39º 0.64% 0.82% -
XYZ 38.18 22.19 62.59 -
YUV 128.54 173.41 179.69 -
System Red Green Blue C M Y K H S L
Decimal 201 76 209 0.04 0.64 0 0.18 296.39 0.59 0.56
Hex C9 4C D1 4 40 0 12 128 3B 38
Octal 311 114 321 4 100 0 22 450 73 70
Binary 11001001 1001100 11010001 100 1000000 0 10010 100101000 111011 111000

Color Harmonies of #C94CD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94CD1

Black with #C94CD1

Text Example


Text Example

White with #C94CD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94CD1; }

 p { color: rgb(201,76,209); }

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

background-color css

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

 a { background-color: rgb(201,76,209); }

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

border-color css

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

 span { border-color: rgb(201,76,209); }

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