Html Css Color HEX #C953BD Fuchsia

📋 copy color: '#C953BD'

red 201 ◦ green 83 ◦ blue 189

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

Shades of Fuchsia #C953BD

Tints of Fuchsia #C953BD

RGB

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

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

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

R = 42.49%
G = 17.55%
B = 39.96%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#C953BD (or 0xC953BD) is known color: Fuchsia. HEX triplet: C9, 53 and BD. RGB value is (201,83,189). Sum of RGB (Red+Green+Blue) = 201+83+189=473 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.49% from 473); Green value is 83 (32.81% from 255 or 17.55% from 473); Blue value is 189 (74.22% from 255 or 39.96% from 473); Max value from RGB is 201 - color contains mainly: red. Hex color #C953BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C953BD is #36AC42. Grayscale: #828282. Windows color (decimal): -3583043 or 12407753. OLE color: 12407753.

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

Color convert

RGB 201 83 189 -
CMYK 0 0.59 0.06 0.21
HSL 306.1º 0.52% 0.56% -
HSV(B) 306.1º 0.59% 0.79% -
XYZ 36.37 22.28 50.53 -
YUV 130.37 161.09 178.38 -
System Red Green Blue C M Y K H S L
Decimal 201 83 189 0 0.59 0.06 0.21 306.1 0.52 0.56
Hex C9 53 BD 0 3B 6 15 132 34 38
Octal 311 123 275 0 73 6 25 462 64 70
Binary 11001001 1010011 10111101 0 111011 110 10101 100110010 110100 111000

Color Harmonies of #C953BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C953BD

Black with #C953BD

Text Example


Text Example

White with #C953BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C953BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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