Html Css Color HEX #C953BE Fuchsia

📋 copy color: '#C953BE'

red 201 ◦ green 83 ◦ blue 190

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

Shades of Fuchsia #C953BE

Tints of Fuchsia #C953BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.08%

R = 42.41%
G = 17.51%
B = 40.08%

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

#C953BE (or 0xC953BE) is known color: Fuchsia. HEX triplet: C9, 53 and BE. RGB value is (201,83,190). Sum of RGB (Red+Green+Blue) = 201+83+190=474 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.41% from 474); Green value is 83 (32.81% from 255 or 17.51% from 474); Blue value is 190 (74.61% from 255 or 40.08% from 474); Max value from RGB is 201 - color contains mainly: red. Hex color #C953BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C953BE is #36AC41. Grayscale: #828282. Windows color (decimal): -3583042 or 12473289. OLE color: 12473289.

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

Color convert

RGB 201 83 190 -
CMYK 0 0.59 0.05 0.21
HSL 305.59º 0.52% 0.56% -
HSV(B) 305.59º 0.59% 0.79% -
XYZ 36.47 22.32 51.1 -
YUV 130.48 161.59 178.3 -
System Red Green Blue C M Y K H S L
Decimal 201 83 190 0 0.59 0.05 0.21 305.59 0.52 0.56
Hex C9 53 BE 0 3B 5 15 132 34 38
Octal 311 123 276 0 73 5 25 462 64 70
Binary 11001001 1010011 10111110 0 111011 101 10101 100110010 110100 111000

Color Harmonies of #C953BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C953BE

Black with #C953BE

Text Example


Text Example

White with #C953BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C953BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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