Html Css Color HEX #C934AB Fuchsia

📋 copy color: '#C934AB'

red 201 ◦ green 52 ◦ blue 171

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

Shades of Fuchsia #C934AB

Tints of Fuchsia #C934AB

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.26%

 BLUE value IS 171 (67.19% from 255) = 40.33%

R = 47.41%
G = 12.26%
B = 40.33%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#C934AB (or 0xC934AB) is known color: Fuchsia. HEX triplet: C9, 34 and AB. RGB value is (201,52,171). Sum of RGB (Red+Green+Blue) = 201+52+171=424 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.41% from 424); Green value is 52 (20.70% from 255 or 12.26% from 424); Blue value is 171 (67.19% from 255 or 40.33% from 424); Max value from RGB is 201 - color contains mainly: red. Hex color #C934AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C934AB is #36CB54. Grayscale: #6D6D6D. Windows color (decimal): -3590997 or 11220169. OLE color: 11220169.

HSL color Cylindrical-coordinate representation of color #C934AB: hue angle of 312.08º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C934AB is Cyan = 0, Magento = 0.74, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 52 171 -
CMYK 0 0.74 0.15 0.21
HSL 312.08º 0.59% 0.5% -
HSV(B) 312.08º 0.74% 0.79% -
XYZ 32.67 17.81 40.24 -
YUV 110.12 162.36 192.82 -
System Red Green Blue C M Y K H S L
Decimal 201 52 171 0 0.74 0.15 0.21 312.08 0.59 0.5
Hex C9 34 AB 0 4A F 15 138 3B 32
Octal 311 64 253 0 112 17 25 470 73 62
Binary 11001001 110100 10101011 0 1001010 1111 10101 100111000 111011 110010

Color Harmonies of #C934AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C934AB

Black with #C934AB

Text Example


Text Example

White with #C934AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C934AB; }

 p { color: rgb(201,52,171); }

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

background-color css

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

 a { background-color: rgb(201,52,171); }

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

border-color css

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

 span { border-color: rgb(201,52,171); }

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