Html Css Color HEX #C94ABC Fuchsia

📋 copy color: '#C94ABC'

red 201 ◦ green 74 ◦ blue 188

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

Shades of Fuchsia #C94ABC

Tints of Fuchsia #C94ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40.6%

R = 43.41%
G = 15.98%
B = 40.6%

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

#C94ABC (or 0xC94ABC) is known color: Fuchsia. HEX triplet: C9, 4A and BC. RGB value is (201,74,188). Sum of RGB (Red+Green+Blue) = 201+74+188=463 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.41% from 463); Green value is 74 (29.30% from 255 or 15.98% from 463); Blue value is 188 (73.83% from 255 or 40.60% from 463); Max value from RGB is 201 - color contains mainly: red. Hex color #C94ABC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C94ABC is #36B543. Grayscale: #7C7C7C. Windows color (decimal): -3585348 or 12339913. OLE color: 12339913.

HSL color Cylindrical-coordinate representation of color #C94ABC: hue angle of 306.14º 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 #C94ABC is Cyan = 0, Magento = 0.63, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 74 188 -
CMYK 0 0.63 0.06 0.21
HSL 306.14º 0.54% 0.54% -
HSV(B) 306.14º 0.63% 0.79% -
XYZ 35.61 20.95 49.74 -
YUV 124.97 163.58 182.23 -
System Red Green Blue C M Y K H S L
Decimal 201 74 188 0 0.63 0.06 0.21 306.14 0.54 0.54
Hex C9 4A BC 0 3F 6 15 132 36 36
Octal 311 112 274 0 77 6 25 462 66 66
Binary 11001001 1001010 10111100 0 111111 110 10101 100110010 110110 110110

Color Harmonies of #C94ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94ABC

Black with #C94ABC

Text Example


Text Example

White with #C94ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94ABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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