Html Css Color HEX #C94AD0 Fuchsia

📋 copy color: '#C94AD0'

red 201 ◦ green 74 ◦ blue 208

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

Shades of Fuchsia #C94AD0

Tints of Fuchsia #C94AD0

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.32%

 BLUE value IS 208 (81.64% from 255) = 43.06%

R = 41.61%
G = 15.32%
B = 43.06%

CMYK

 C value IS 0.03

 M value IS 0.64

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C94AD0 (or 0xC94AD0) is known color: Fuchsia. HEX triplet: C9, 4A and D0. RGB value is (201,74,208). Sum of RGB (Red+Green+Blue) = 201+74+208=483 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.61% from 483); Green value is 74 (29.30% from 255 or 15.32% from 483); Blue value is 208 (81.64% from 255 or 43.06% from 483); Max value from RGB is 208 - color contains mainly: blue. Hex color #C94AD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C94AD0 is #36B52F. Grayscale: #7E7E7E. Windows color (decimal): -3585328 or 13650633. OLE color: 13650633.

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

Color convert

RGB 201 74 208 -
CMYK 0.03 0.64 0 0.18
HSL 296.87º 0.59% 0.55% -
HSV(B) 296.87º 0.64% 0.82% -
XYZ 37.92 21.87 61.9 -
YUV 127.25 173.58 180.6 -
System Red Green Blue C M Y K H S L
Decimal 201 74 208 0.03 0.64 0 0.18 296.87 0.59 0.55
Hex C9 4A D0 3 40 0 12 129 3B 37
Octal 311 112 320 3 100 0 22 451 73 67
Binary 11001001 1001010 11010000 11 1000000 0 10010 100101001 111011 110111

Color Harmonies of #C94AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94AD0

Black with #C94AD0

Text Example


Text Example

White with #C94AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94AD0; }

 p { color: rgb(201,74,208); }

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

background-color css

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

 a { background-color: rgb(201,74,208); }

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

border-color css

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

 span { border-color: rgb(201,74,208); }

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