Html Css Color HEX #C94DCF Fuchsia

📋 copy color: '#C94DCF'

red 201 ◦ green 77 ◦ blue 207

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

Shades of Fuchsia #C94DCF

Tints of Fuchsia #C94DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.68%

R = 41.44%
G = 15.88%
B = 42.68%

CMYK

 C value IS 0.03

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C94DCF (or 0xC94DCF) is known color: Fuchsia. HEX triplet: C9, 4D and CF. RGB value is (201,77,207). Sum of RGB (Red+Green+Blue) = 201+77+207=485 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.44% from 485); Green value is 77 (30.47% from 255 or 15.88% from 485); Blue value is 207 (81.25% from 255 or 42.68% from 485); Max value from RGB is 207 - color contains mainly: blue. Hex color #C94DCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C94DCF is #36B230. Grayscale: #808080. Windows color (decimal): -3584561 or 13585865. OLE color: 13585865.

HSL color Cylindrical-coordinate representation of color #C94DCF: hue angle of 297.23º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C94DCF is Cyan = 0.03, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 201 77 207 -
CMYK 0.03 0.63 0 0.19
HSL 297.23º 0.58% 0.56% -
HSV(B) 297.23º 0.63% 0.81% -
XYZ 38 22.23 61.32 -
YUV 128.9 172.08 179.43 -
System Red Green Blue C M Y K H S L
Decimal 201 77 207 0.03 0.63 0 0.19 297.23 0.58 0.56
Hex C9 4D CF 3 3F 0 13 129 3A 38
Octal 311 115 317 3 77 0 23 451 72 70
Binary 11001001 1001101 11001111 11 111111 0 10011 100101001 111010 111000

Color Harmonies of #C94DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94DCF

Black with #C94DCF

Text Example


Text Example

White with #C94DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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