Html Css Color HEX #C953B2 Fuchsia

📋 copy color: '#C953B2'

red 201 ◦ green 83 ◦ blue 178

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

Shades of Fuchsia #C953B2

Tints of Fuchsia #C953B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 38.53%

R = 43.51%
G = 17.97%
B = 38.53%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.11

 K value IS 0.21

RGB Variations

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

Color information

#C953B2 (or 0xC953B2) is known color: Fuchsia. HEX triplet: C9, 53 and B2. RGB value is (201,83,178). Sum of RGB (Red+Green+Blue) = 201+83+178=462 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.51% from 462); Green value is 83 (32.81% from 255 or 17.97% from 462); Blue value is 178 (69.92% from 255 or 38.53% from 462); Max value from RGB is 201 - color contains mainly: red. Hex color #C953B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C953B2 is #36AC4D. Grayscale: #808080. Windows color (decimal): -3583054 or 11686857. OLE color: 11686857.

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

Color convert

RGB 201 83 178 -
CMYK 0 0.59 0.11 0.21
HSL 311.69º 0.52% 0.56% -
HSV(B) 311.69º 0.59% 0.79% -
XYZ 35.22 21.82 44.47 -
YUV 129.11 155.59 179.28 -
System Red Green Blue C M Y K H S L
Decimal 201 83 178 0 0.59 0.11 0.21 311.69 0.52 0.56
Hex C9 53 B2 0 3B B 15 138 34 38
Octal 311 123 262 0 73 13 25 470 64 70
Binary 11001001 1010011 10110010 0 111011 1011 10101 100111000 110100 111000

Color Harmonies of #C953B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C953B2

Black with #C953B2

Text Example


Text Example

White with #C953B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C953B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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