Html Css Color HEX #C933AD Fuchsia

📋 copy color: '#C933AD'

red 201 ◦ green 51 ◦ blue 173

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

Shades of Fuchsia #C933AD

Tints of Fuchsia #C933AD

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12%

 BLUE value IS 173 (67.97% from 255) = 40.71%

R = 47.29%
G = 12%
B = 40.71%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#C933AD (or 0xC933AD) is known color: Fuchsia. HEX triplet: C9, 33 and AD. RGB value is (201,51,173). Sum of RGB (Red+Green+Blue) = 201+51+173=425 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.29% from 425); Green value is 51 (20.31% from 255 or 12% from 425); Blue value is 173 (67.97% from 255 or 40.71% from 425); Max value from RGB is 201 - color contains mainly: red. Hex color #C933AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C933AD is #36CC52. Grayscale: #6D6D6D. Windows color (decimal): -3591251 or 11350985. OLE color: 11350985.

HSL color Cylindrical-coordinate representation of color #C933AD: hue angle of 311.2º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C933AD is Cyan = 0, Magento = 0.75, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 51 173 -
CMYK 0 0.75 0.14 0.21
HSL 311.2º 0.6% 0.49% -
HSV(B) 311.2º 0.75% 0.79% -
XYZ 32.81 17.8 41.24 -
YUV 109.76 163.7 193.08 -
System Red Green Blue C M Y K H S L
Decimal 201 51 173 0 0.75 0.14 0.21 311.2 0.6 0.49
Hex C9 33 AD 0 4B E 15 137 3C 31
Octal 311 63 255 0 113 16 25 467 74 61
Binary 11001001 110011 10101101 0 1001011 1110 10101 100110111 111100 110001

Color Harmonies of #C933AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C933AD

Black with #C933AD

Text Example


Text Example

White with #C933AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C933AD; }

 p { color: rgb(201,51,173); }

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

background-color css

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

 a { background-color: rgb(201,51,173); }

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

border-color css

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

 span { border-color: rgb(201,51,173); }

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