Html Css Color HEX #C953BF Fuchsia

📋 copy color: '#C953BF'

red 201 ◦ green 83 ◦ blue 191

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

Shades of Fuchsia #C953BF

Tints of Fuchsia #C953BF

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.47%

 BLUE value IS 191 (75% from 255) = 40.21%

R = 42.32%
G = 17.47%
B = 40.21%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#C953BF (or 0xC953BF) is known color: Fuchsia. HEX triplet: C9, 53 and BF. RGB value is (201,83,191). Sum of RGB (Red+Green+Blue) = 201+83+191=475 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.32% from 475); Green value is 83 (32.81% from 255 or 17.47% from 475); Blue value is 191 (75% from 255 or 40.21% from 475); Max value from RGB is 201 - color contains mainly: red. Hex color #C953BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C953BF is #36AC40. Grayscale: #828282. Windows color (decimal): -3583041 or 12538825. OLE color: 12538825.

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

Color convert

RGB 201 83 191 -
CMYK 0 0.59 0.05 0.21
HSL 305.08º 0.52% 0.56% -
HSV(B) 305.08º 0.59% 0.79% -
XYZ 36.58 22.37 51.68 -
YUV 130.59 162.09 178.22 -
System Red Green Blue C M Y K H S L
Decimal 201 83 191 0 0.59 0.05 0.21 305.08 0.52 0.56
Hex C9 53 BF 0 3B 5 15 131 34 38
Octal 311 123 277 0 73 5 25 461 64 70
Binary 11001001 1010011 10111111 0 111011 101 10101 100110001 110100 111000

Color Harmonies of #C953BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C953BF

Black with #C953BF

Text Example


Text Example

White with #C953BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C953BF; }

 p { color: rgb(201,83,191); }

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

background-color css

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

 a { background-color: rgb(201,83,191); }

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

border-color css

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

 span { border-color: rgb(201,83,191); }

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