Html Css Color HEX #C94ABD Fuchsia

📋 copy color: '#C94ABD'

red 201 ◦ green 74 ◦ blue 189

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

Shades of Fuchsia #C94ABD

Tints of Fuchsia #C94ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 40.73%

R = 43.32%
G = 15.95%
B = 40.73%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#C94ABD (or 0xC94ABD) is known color: Fuchsia. HEX triplet: C9, 4A and BD. RGB value is (201,74,189). Sum of RGB (Red+Green+Blue) = 201+74+189=464 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.32% from 464); Green value is 74 (29.30% from 255 or 15.95% from 464); Blue value is 189 (74.22% from 255 or 40.73% from 464); Max value from RGB is 201 - color contains mainly: red. Hex color #C94ABD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C94ABD is #36B542. Grayscale: #7C7C7C. Windows color (decimal): -3585347 or 12405449. OLE color: 12405449.

HSL color Cylindrical-coordinate representation of color #C94ABD: hue angle of 305.67º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C94ABD is Cyan = 0, Magento = 0.63, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 74 189 -
CMYK 0 0.63 0.06 0.21
HSL 305.67º 0.54% 0.54% -
HSV(B) 305.67º 0.63% 0.79% -
XYZ 35.72 20.99 50.31 -
YUV 125.08 164.08 182.15 -
System Red Green Blue C M Y K H S L
Decimal 201 74 189 0 0.63 0.06 0.21 305.67 0.54 0.54
Hex C9 4A BD 0 3F 6 15 132 36 36
Octal 311 112 275 0 77 6 25 462 66 66
Binary 11001001 1001010 10111101 0 111111 110 10101 100110010 110110 110110

Color Harmonies of #C94ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94ABD

Black with #C94ABD

Text Example


Text Example

White with #C94ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94ABD; }

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

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

background-color css

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

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

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

border-color css

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

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

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