Html Css Color HEX #C935AF Fuchsia

📋 copy color: '#C935AF'

red 201 ◦ green 53 ◦ blue 175

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

Shades of Fuchsia #C935AF

Tints of Fuchsia #C935AF

RGB

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

 GREEN value IS 53 (21.09% from 255) = 12.35%

 BLUE value IS 175 (68.75% from 255) = 40.79%

R = 46.85%
G = 12.35%
B = 40.79%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#C935AF (or 0xC935AF) is known color: Fuchsia. HEX triplet: C9, 35 and AF. RGB value is (201,53,175). Sum of RGB (Red+Green+Blue) = 201+53+175=429 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.85% from 429); Green value is 53 (21.09% from 255 or 12.35% from 429); Blue value is 175 (68.75% from 255 or 40.79% from 429); Max value from RGB is 201 - color contains mainly: red. Hex color #C935AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C935AF is #36CA50. Grayscale: #6E6E6E. Windows color (decimal): -3590737 or 11482569. OLE color: 11482569.

HSL color Cylindrical-coordinate representation of color #C935AF: hue angle of 310.54º degrees, saturation: 0.58, 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 #C935AF is Cyan = 0, Magento = 0.74, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 53 175 -
CMYK 0 0.74 0.13 0.21
HSL 310.54º 0.58% 0.5% -
HSV(B) 310.54º 0.74% 0.79% -
XYZ 33.1 18.06 42.3 -
YUV 111.16 164.03 192.08 -
System Red Green Blue C M Y K H S L
Decimal 201 53 175 0 0.74 0.13 0.21 310.54 0.58 0.5
Hex C9 35 AF 0 4A D 15 137 3A 32
Octal 311 65 257 0 112 15 25 467 72 62
Binary 11001001 110101 10101111 0 1001010 1101 10101 100110111 111010 110010

Color Harmonies of #C935AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C935AF

Black with #C935AF

Text Example


Text Example

White with #C935AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C935AF; }

 p { color: rgb(201,53,175); }

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

background-color css

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

 a { background-color: rgb(201,53,175); }

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

border-color css

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

 span { border-color: rgb(201,53,175); }

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