Html Css Color HEX #C933B1 Fuchsia

📋 copy color: '#C933B1'

red 201 ◦ green 51 ◦ blue 177

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

Shades of Fuchsia #C933B1

Tints of Fuchsia #C933B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 41.26%

R = 46.85%
G = 11.89%
B = 41.26%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.12

 K value IS 0.21

RGB Variations

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

Color information

#C933B1 (or 0xC933B1) is known color: Fuchsia. HEX triplet: C9, 33 and B1. RGB value is (201,51,177). Sum of RGB (Red+Green+Blue) = 201+51+177=429 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.85% from 429); Green value is 51 (20.31% from 255 or 11.89% from 429); Blue value is 177 (69.53% from 255 or 41.26% from 429); Max value from RGB is 201 - color contains mainly: red. Hex color #C933B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C933B1 is #36CC4E. Grayscale: #6D6D6D. Windows color (decimal): -3591247 or 11613129. OLE color: 11613129.

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

Color convert

RGB 201 51 177 -
CMYK 0 0.75 0.12 0.21
HSL 309.6º 0.6% 0.49% -
HSV(B) 309.6º 0.75% 0.79% -
XYZ 33.21 17.96 43.31 -
YUV 110.21 165.7 192.75 -
System Red Green Blue C M Y K H S L
Decimal 201 51 177 0 0.75 0.12 0.21 309.6 0.6 0.49
Hex C9 33 B1 0 4B C 15 136 3C 31
Octal 311 63 261 0 113 14 25 466 74 61
Binary 11001001 110011 10110001 0 1001011 1100 10101 100110110 111100 110001

Color Harmonies of #C933B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C933B1

Black with #C933B1

Text Example


Text Example

White with #C933B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C933B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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