Html Css Color HEX #C94DCC Fuchsia

📋 copy color: '#C94DCC'

red 201 ◦ green 77 ◦ blue 204

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

Shades of Fuchsia #C94DCC

Tints of Fuchsia #C94DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.32%

R = 41.7%
G = 15.98%
B = 42.32%

CMYK

 C value IS 0.01

 M value IS 0.62

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C94DCC (or 0xC94DCC) is known color: Fuchsia. HEX triplet: C9, 4D and CC. RGB value is (201,77,204). Sum of RGB (Red+Green+Blue) = 201+77+204=482 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.70% from 482); Green value is 77 (30.47% from 255 or 15.98% from 482); Blue value is 204 (80.08% from 255 or 42.32% from 482); Max value from RGB is 204 - color contains mainly: blue. Hex color #C94DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C94DCC is #36B233. Grayscale: #808080. Windows color (decimal): -3584564 or 13389257. OLE color: 13389257.

HSL color Cylindrical-coordinate representation of color #C94DCC: hue angle of 298.58º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C94DCC is Cyan = 0.01, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 201 77 204 -
CMYK 0.01 0.62 0 0.2
HSL 298.58º 0.55% 0.55% -
HSV(B) 298.58º 0.62% 0.8% -
XYZ 37.64 22.08 59.41 -
YUV 128.55 170.58 179.67 -
System Red Green Blue C M Y K H S L
Decimal 201 77 204 0.01 0.62 0 0.2 298.58 0.55 0.55
Hex C9 4D CC 1 3E 0 14 12B 37 37
Octal 311 115 314 1 76 0 24 453 67 67
Binary 11001001 1001101 11001100 1 111110 0 10100 100101011 110111 110111

Color Harmonies of #C94DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94DCC

Black with #C94DCC

Text Example


Text Example

White with #C94DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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